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 5e5e2a5 + 75ed109 commit 434a8abCopy full SHA for 434a8ab
src/Type/RepositoryFindAllDynamicReturnTypeExtension.php
@@ -29,7 +29,7 @@ public function isMethodSupported(
29
MethodReflection $methodReflection
30
): bool
31
{
32
- return in_array($methodReflection->getName(), ['findAll'], true);
+ return $methodReflection->getName() === 'findAll';
33
}
34
35
public function getTypeFromMethodCall(
0 commit comments