Test Failed
Push — master ( 3c2029...7a5756 )
by Randy
02:39
created
tests/HydrationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
         $doc = new DOMDocument();
206 206
         $doc->load(__DIR__ . '/xml/test3.xml');
207 207
 
208
-        $mapper   = new ClassMapper(
208
+        $mapper = new ClassMapper(
209 209
             [
210 210
                 'Car'     => TestCar::class,
211 211
                 'Phone'   => TestPhone::class,
Please login to merge, or discard this patch.