Completed
Push — master ( 2c7bf5...e478d4 )
by Song
02:58 queued 11s
created
src/Form/Field.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1086,8 +1086,8 @@
 block discarded – undo
1086 1086
      */
1087 1087
     public functiion setScript($script)
1088 1088
     {
1089
-       $this->script = $script;
1090
-       return $this;
1089
+        $this->script = $script;
1090
+        return $this;
1091 1091
     }
1092 1092
 
1093 1093
     /**
Please login to merge, or discard this patch.