Passed
Push — master ( 4d86c4...586e6b )
by Alex
02:58
created
Mezon/Gui/Tests/Simple/NoItemsCreateButtonUnitTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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([]));
Please login to merge, or discard this patch.