Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 113 Bytes

UndefinedTrait.md

File metadata and controls

11 lines (8 loc) · 113 Bytes

UndefinedTrait

Emitted when referencing a trait that does not exist

<?php

class A {
    use T;
}