Passed
Pull Request — 2.6 (#7328)
by
unknown
07:42
created
tests/Doctrine/Tests/ORM/Tools/Pagination/PaginatorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         $abstractHydrator->method('hydrateAll')->willReturn([$returnedIds]);
53 53
         $connection->expects($this->exactly(3))->method('executeQuery');
54 54
 
55
-        for ($invocationIndex=0; $invocationIndex<2; $invocationIndex++) {
55
+        for ($invocationIndex = 0; $invocationIndex < 2; $invocationIndex++) {
56 56
             $connection->expects($this->at($invocationIndex))
57 57
                 ->method('executeQuery')
58 58
                 ->with($this->anything(), [$paramInWhere])
Please login to merge, or discard this patch.