@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | /** |
66 | 66 | * @var array |
67 | 67 | */ |
68 | - protected $contextFixtureInitializer = []; |
|
68 | + protected $contextFixtureInitializer = [ ]; |
|
69 | 69 | |
70 | 70 | /** |
71 | 71 | * Executor constructor. |
@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | * |
181 | 181 | * @return void |
182 | 182 | */ |
183 | - public function import(array $contextData = []) |
|
183 | + public function import(array $contextData = [ ]) |
|
184 | 184 | { |
185 | 185 | $loader = $this->getLoader(); |
186 | 186 | $filter = $this->getFilter(); |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | * |
195 | 195 | * @return void |
196 | 196 | */ |
197 | - public function purge(array $contextData = []) |
|
197 | + public function purge(array $contextData = [ ]) |
|
198 | 198 | { |
199 | 199 | $loader = $this->getLoader(); |
200 | 200 | $filter = $this->getFilter(); |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | * |
23 | 23 | * @return void |
24 | 24 | */ |
25 | - public function import(array $contextData = []); |
|
25 | + public function import(array $contextData = [ ]); |
|
26 | 26 | |
27 | 27 | /** |
28 | 28 | * Откатить данные на основе информации из фикстур |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | * |
32 | 32 | * @return void |
33 | 33 | */ |
34 | - public function purge(array $contextData = []); |
|
34 | + public function purge(array $contextData = [ ]); |
|
35 | 35 | |
36 | 36 | |
37 | 37 | /** |
@@ -82,7 +82,7 @@ |
||
82 | 82 | $errMsg = 'Executor name is not defined'; |
83 | 83 | throw new Exception\RuntimeException($errMsg); |
84 | 84 | } |
85 | - $method = $request->getParam('method', null); |
|
85 | + $method = $request->getParam('method', null); |
|
86 | 86 | if (null === $method) { |
87 | 87 | $errMsg = 'Executor method not defined'; |
88 | 88 | throw new Exception\RuntimeException($errMsg); |