@@ -22,7 +22,7 @@ |
||
| 22 | 22 | $dom->load($path); |
| 23 | 23 | |
| 24 | 24 | if (!$dom->schemaValidate(__DIR__ . '/../../../schema/mapping.xsd')) { |
| 25 | - $message = array_reduce(libxml_get_errors(), function ($foo, $error) { |
|
| 25 | + $message = array_reduce(libxml_get_errors(), function($foo, $error) { |
|
| 26 | 26 | return $error->message; |
| 27 | 27 | }); |
| 28 | 28 | throw new \InvalidArgumentException(sprintf( |