@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | |
169 | 169 | public function __construct() |
170 | 170 | { |
171 | - $this->data = [1,2,3,4,5]; |
|
171 | + $this->data = [1, 2, 3, 4, 5]; |
|
172 | 172 | } |
173 | 173 | |
174 | 174 | public function __toString() |
@@ -305,6 +305,6 @@ discard block |
||
305 | 305 | */ |
306 | 306 | public function concatObjectValue() |
307 | 307 | { |
308 | - $this->assertSame('prefix' . __FILE__ . 'suffix', Strings::concat(new \SplFileInfo(__FILE__), 'prefix', 'suffix')); |
|
308 | + $this->assertSame('prefix'.__FILE__.'suffix', Strings::concat(new \SplFileInfo(__FILE__), 'prefix', 'suffix')); |
|
309 | 309 | } |
310 | 310 | } |