We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45589fc commit 77bce6fCopy full SHA for 77bce6f
src/Metadata/Metadata.php
@@ -463,7 +463,7 @@ public static function usesClass(string $className): UsesClass
463
/**
464
* @param trait-string $traitName
465
*/
466
- public static function UsesTrait(string $traitName): UsesTrait
+ public static function usesTrait(string $traitName): UsesTrait
467
{
468
return new UsesTrait(self::CLASS_LEVEL, $traitName);
469
}
0 commit comments