Passed
Push — master ( eee611...426661 )
by Peter
05:12
created
src/Form/Factory/FileCategory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
             'is_public',
121 121
             'files:fileCategoryIsPublic'
122 122
         );
123
-        $help  = new Node('files:fileCategoryIsPublic');
123
+        $help = new Node('files:fileCategoryIsPublic');
124 124
 
125 125
         $this->form[] = new CheckboxGroup($input, $label, $help);
126 126
 
Please login to merge, or discard this patch.