1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
This commit is contained in:
Matt Brown 2020-10-24 00:14:27 -04:00
parent f8eee22f77
commit 40dddc5e3f

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 {}
```