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 7537ff8 commit b87b4edCopy full SHA for b87b4ed
src/Reflection/BetterReflection/Reflector/MemoizingReflector.php
@@ -19,7 +19,7 @@
19
final class MemoizingReflector implements Reflector
20
{
21
22
- /** @var array<lowercase-string, ReflectionClass|null> */
+ /** @var array<string, ReflectionClass|null> */
23
private array $classReflections = [];
24
25
/** @var array<string, ReflectionConstant|null> */
0 commit comments