@@ -54,7 +54,7 @@ |
||
54 | 54 | ->willReturn($jobRepo->reveal()); |
55 | 55 | $event->expects($this->exactly(2)) |
56 | 56 | ->method('getParam') |
57 | - ->withConsecutive(['days',80],['limit', 0]) |
|
57 | + ->withConsecutive(['days', 80], ['limit', 0]) |
|
58 | 58 | ->willReturnOnConsecutiveCalls(30, 10) |
59 | 59 | ; |
60 | 60 |