Completed
Pull Request — master (#1781)
by
unknown
03:05
created
src/Form/Field.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -404,7 +404,7 @@
 block discarded – undo
404 404
             $this->rules = implode('|', $rules);
405 405
         }
406 406
 
407
-        if(is_array($rules)) {
407
+        if (is_array($rules)) {
408 408
             $this->rules = $rules;
409 409
         }
410 410
 
Please login to merge, or discard this patch.