@@ -34,9 +34,9 @@ |
||
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 | /** |
@@ -30,7 +30,7 @@ |
||
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 | /** |
@@ -36,7 +36,7 @@ |
||
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 | /** |