Skip to content

Commit fdd6656

Browse files
committed
Update IsEmptyTypeSpecifyingExtension.php
1 parent 9169101 commit fdd6656

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Type/Doctrine/Collection/IsEmptyTypeSpecifyingExtension.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ public function isMethodSupported(
4343
TypeSpecifierContext $context
4444
): bool
4545
{
46-
return
47-
$methodReflection->getDeclaringClass()->is($this->collectionClass)
46+
return $methodReflection->getDeclaringClass()->is($this->collectionClass)
4847
&& $methodReflection->getName() === self::IS_EMPTY_METHOD_NAME;
4948
}
5049

0 commit comments

Comments
 (0)