Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 151 Bytes

UndefinedAttributeClass.md

File metadata and controls

11 lines (8 loc) · 151 Bytes

UndefinedAttributeClass

Emitted when referencing an attribute class that does not exist

<?php
use Foo\Bar\Pure;

#[Pure]
class Video {}