@@ -205,7 +205,7 @@ |
||
| 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, |