Skip to content

Commit

Permalink
Add missing types (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag authored Apr 7, 2023
1 parent d7c440e commit 0a94bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Reflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static function expandClassName(string $name, \ReflectionClass $context):
}


/** @return array of [alias => class] */
/** @return array<string, class-string> of [alias => class] */
public static function getUseStatements(\ReflectionClass $class): array
{
if ($class->isAnonymous()) {
Expand Down

0 comments on commit 0a94bd7

Please sign in to comment.