Skip to content

Commit 12a3f7c

Browse files
no message
1 parent 6e5c0c5 commit 12a3f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/BaseVariadicFunctionTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ protected function getMaxArgumentCount(): int
104104
$reflectionMethod->setAccessible(true);
105105

106106
$node = $this->createMock(Node::class);
107-
$reflectionMethod->invoke($function, $node, $node, $node);; // 3 arguments when max 2 are required
107+
$reflectionMethod->invoke($function, $node, $node, $node); // 3 arguments when max 2 are required
108108
}
109109
}

0 commit comments

Comments
 (0)