Passed
Push — master ( ccabb0...25c117 )
by Peter
02:15
created
src/Form/Factory/FileCategory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
             'is_public',
128 128
             'files:fileCategoryIsPublic'
129 129
         );
130
-        $help  = new Help('files:fileCategoryIsPublicHelp');
130
+        $help = new Help('files:fileCategoryIsPublicHelp');
131 131
 
132 132
         $this->form[] = new CheckboxGroup($input, $label, $help);
133 133
 
Please login to merge, or discard this patch.