1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
This commit is contained in:
Matt Brown 2020-10-24 00:14:27 -04:00 committed by Daniil Gentili
parent 3ff2116c17
commit 1137d91ca4
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -0,0 +1,11 @@
# UndefinedAttributeClass
Emitted when referencing an attribute class that does not exist
```php
<?php
use Foo\Bar\Pure;
#[Pure]
class Video {}
```