UndefinedTrait

August 8, 2020 ยท View on GitHub

Emitted when referencing a trait that does not exist

<?php

class A {
    use T;
}