@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | { |
| 24 | 24 | function let() |
| 25 | 25 | { |
| 26 | - $this->beConstructedWith([]); |
|
| 26 | + $this->beConstructedWith([ ]); |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | function it_is_initializable() |
@@ -33,6 +33,6 @@ discard block |
||
| 33 | 33 | |
| 34 | 34 | function its_toolbars() |
| 35 | 35 | { |
| 36 | - $this->toolbars([])->shouldBeArray(); |
|
| 36 | + $this->toolbars([ ])->shouldBeArray(); |
|
| 37 | 37 | } |
| 38 | 38 | } |