Completed
Push — master ( 7f59e2...770c6d )
by Song
02:47
created
src/Form/Field.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1047,7 +1047,7 @@
 block discarded – undo
1047 1047
      */
1048 1048
     public function render()
1049 1049
     {
1050
-        if (! $this->shouldRender()) {
1050
+        if (!$this->shouldRender()) {
1051 1051
             return '';
1052 1052
         }
1053 1053
 
Please login to merge, or discard this patch.