Skip to content

Commit b87b4ed

Browse files
staabmondrejmirtes
authored andcommitted
Fix regression
1 parent 7537ff8 commit b87b4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/BetterReflection/Reflector/MemoizingReflector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
final class MemoizingReflector implements Reflector
2020
{
2121

22-
/** @var array<lowercase-string, ReflectionClass|null> */
22+
/** @var array<string, ReflectionClass|null> */
2323
private array $classReflections = [];
2424

2525
/** @var array<string, ReflectionConstant|null> */

0 commit comments

Comments
 (0)