@@ -52,7 +52,7 @@ |
||
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]) |