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