Passed
Push — master ( a14b7a...c3a019 )
by Alex
02:46
created
Mezon/Gui/FormBuilder/Tests/FormBuilderUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     private function formHeader(bool $flag):void
44 44
     {
45
-        if (! $flag) {
45
+        if (!$flag) {
46 46
             $_GET['no-header'] = 1;
47 47
         } else {
48 48
             unset($_GET['no-header']);
Please login to merge, or discard this patch.