@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | return [ |
19 | 19 | // #0, the first case - without button |
20 | 20 | [ |
21 | - function (): object { |
|
21 | + function(): object { |
|
22 | 22 | // setup |
23 | 23 | unset($_GET['create-button']); |
24 | 24 | return new ListBuilder\Simple($this->getFields(), new FakeAdapter([])); |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | ], |
27 | 27 | // #1, the second case - without button, even if we try to display it |
28 | 28 | [ |
29 | - function (): object { |
|
29 | + function(): object { |
|
30 | 30 | // setup |
31 | 31 | $_GET['create-button'] = 1; |
32 | 32 | return new ListBuilder\Simple($this->getFields(), new FakeAdapter([])); |