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 9169101 commit fdd6656Copy full SHA for fdd6656
src/Type/Doctrine/Collection/IsEmptyTypeSpecifyingExtension.php
@@ -43,8 +43,7 @@ public function isMethodSupported(
43
TypeSpecifierContext $context
44
): bool
45
{
46
- return
47
- $methodReflection->getDeclaringClass()->is($this->collectionClass)
+ return $methodReflection->getDeclaringClass()->is($this->collectionClass)
48
&& $methodReflection->getName() === self::IS_EMPTY_METHOD_NAME;
49
}
50
0 commit comments