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.
in_array
1 parent 5e5e2a5 commit 75ed109Copy full SHA for 75ed109
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