@@ -48,7 +48,7 @@ |
||
| 48 | 48 | $mockedShortcodeHandlerContainer = $this->createMock(Definition::class); |
| 49 | 49 | $mockedShortcodeHandlerContainer->expects($this->exactly(2)) |
| 50 | 50 | ->method('addMethodCall') |
| 51 | - ->with('add', $this->callback(function (array $argument) { |
|
| 51 | + ->with('add', $this->callback(function(array $argument) { |
|
| 52 | 52 | static $count = 0; |
| 53 | 53 | ++$count; |
| 54 | 54 | |