Completed
Push — master ( 2823b8...fb1f20 )
by Chad
19s
created
tests/Filter/StringsTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.