UndefinedAttributeClass
October 24, 2020 ยท View on GitHub
Emitted when referencing an attribute class that does not exist
<?php
use Foo\Bar\Pure;
#[Pure]
class Video {}
October 24, 2020 ยท View on GitHub
Emitted when referencing an attribute class that does not exist
<?php
use Foo\Bar\Pure;
#[Pure]
class Video {}