Completed
Pull Request — master (#1288)
by
unknown
02:48
created
src/Form/Field/Number.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
     {
13 13
         $this->default((int) $this->default);
14 14
 
15
-		$options = array_merge([
16
-			'upClass' => 'success',
17
-			'downClass' => 'primary',
18
-			'center' => true], $this->options);
15
+        $options = array_merge([
16
+            'upClass' => 'success',
17
+            'downClass' => 'primary',
18
+            'center' => true], $this->options);
19 19
         $options = json_encode($options);
20 20
 
21 21
         $this->script = <<<EOT
Please login to merge, or discard this patch.