@@ -30,6 +30,6 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function components() |
| 32 | 32 | { |
| 33 | - return []; |
|
| 33 | + return [ ]; |
|
| 34 | 34 | } |
| 35 | 35 | } |
@@ -30,6 +30,6 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function components() |
| 32 | 32 | { |
| 33 | - return []; |
|
| 33 | + return [ ]; |
|
| 34 | 34 | } |
| 35 | 35 | } |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function templates($templates) |
| 34 | 34 | { |
| 35 | - return array_merge($templates, ['dummy-template' => 'DummyTemplate']); |
|
| 35 | + return array_merge($templates, [ 'dummy-template' => 'DummyTemplate' ]); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |