Completed
Push — master ( cec1cf...f9a404 )
by Javi
03:27
created
tests/Spec/AbstractObjectUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
             'x-Bar-baz'        => 'e',
217 217
             'x-bar-baz-foo'    => 'f',
218 218
         ];
219
-        $actual   = $obj->toArray();
219
+        $actual = $obj->toArray();
220 220
 
221 221
         $this->assertEquals($expected, $actual);
222 222
     }
Please login to merge, or discard this patch.