@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | $serializer = SerializerBuilder::create() |
66 | 66 | ->configureListeners( |
67 | - function (EventDispatcher $dispatcher) { |
|
67 | + function(EventDispatcher $dispatcher) { |
|
68 | 68 | $dispatcher->addSubscriber(new SoapHeaderEventSubscriber($this->authentication)); |
69 | 69 | } |
70 | 70 | ) |
@@ -79,7 +79,7 @@ |
||
79 | 79 | |
80 | 80 | foreach ($codes as $code) { |
81 | 81 | $namespace = preg_replace('~\\\?Exception(Interface)?$~', '', $currentException); |
82 | - $childException = $namespace . '\\' . $code . 'Exception'; |
|
82 | + $childException = $namespace . '\\' . $code . 'Exception'; |
|
83 | 83 | |
84 | 84 | if (!class_exists($childException)) { |
85 | 85 | break; |