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.
2 parents 35e58b2 + 77bce6f commit 3f53b43Copy full SHA for 3f53b43
src/Metadata/Metadata.php
@@ -497,7 +497,7 @@ public static function usesClassesThatImplementInterface(string $interfaceName):
497
/**
498
* @param trait-string $traitName
499
*/
500
- public static function UsesTrait(string $traitName): UsesTrait
+ public static function usesTrait(string $traitName): UsesTrait
501
{
502
return new UsesTrait(self::CLASS_LEVEL, $traitName);
503
}
0 commit comments