UndefinedTraitAugust 8, 2020 ยท View on GitHubEmitted when referencing a trait that does not exist <?php class A { use T; }