Completed
Push — master ( 1d3c0c...8bf0fe )
by Song
03:06
created
src/Actions/Response.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,9 +34,9 @@
 block discarded – undo
34 34
      * @var array
35 35
      */
36 36
     public $toastrMethods = [
37
-        'topCenter', 'topLeft','topRight',
38
-        'bottomLeft', 'bottomCenter','bottomRight',
39
-        'topFullWidth', 'bottomFullWidth','timeout',
37
+        'topCenter', 'topLeft', 'topRight',
38
+        'bottomLeft', 'bottomCenter', 'bottomRight',
39
+        'topFullWidth', 'bottomFullWidth', 'timeout',
40 40
     ];
41 41
 
42 42
     /**
Please login to merge, or discard this patch.
src/Actions/Interactor/Form.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     protected function formatLabel($label)
32 32
     {
33
-        return array_filter((array)$label);
33
+        return array_filter((array) $label);
34 34
     }
35 35
 
36 36
     /**
Please login to merge, or discard this patch.
src/Grid/Tools/QuickCreate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     protected function formatPlaceholder($placeholder)
38 38
     {
39
-        return array_filter((array)$placeholder);
39
+        return array_filter((array) $placeholder);
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.