@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | */ |
40 | 40 | public function __construct() |
41 | 41 | { |
42 | - foreach($this->fixtures as $name => $path) { |
|
42 | + foreach ($this->fixtures as $name => $path) { |
|
43 | 43 | $this->fixtures[$name] = realpath(__DIR__) . '/' . $path; |
44 | 44 | } |
45 | 45 | |
@@ -244,7 +244,7 @@ discard block |
||
244 | 244 | $field->setReturnType('array'); |
245 | 245 | $field->setValue($this->getFixture('object')); |
246 | 246 | $this->assertEquals( |
247 | - [['Subaru' => 'Impreza'],['Kawasaki' => 'KR1S250']], |
|
247 | + [['Subaru' => 'Impreza'], ['Kawasaki' => 'KR1S250']], |
|
248 | 248 | $field->query('#>', '{"japanese":"fast"}') |
249 | 249 | ); |
250 | 250 |
@@ -27,7 +27,7 @@ |
||
27 | 27 | */ |
28 | 28 | public function __construct() |
29 | 29 | { |
30 | - foreach($this->fixtures as $name => $path) { |
|
30 | + foreach ($this->fixtures as $name => $path) { |
|
31 | 31 | $this->fixtures[$name] = realpath(__DIR__) . '/' . $path; |
32 | 32 | } |
33 | 33 |
@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | public function __construct() |
32 | 32 | { |
33 | - foreach($this->fixtures as $name => $path) { |
|
33 | + foreach ($this->fixtures as $name => $path) { |
|
34 | 34 | $this->fixtures[$name] = realpath(__DIR__) . '/' . $path; |
35 | 35 | } |
36 | 36 |
@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function __construct() |
35 | 35 | { |
36 | - foreach($this->fixtures as $name => $path) { |
|
36 | + foreach ($this->fixtures as $name => $path) { |
|
37 | 37 | $this->fixtures[$name] = realpath(__DIR__) . '/' . $path; |
38 | 38 | } |
39 | 39 |