@@ -179,7 +179,7 @@ |
||
179 | 179 | $this->error = $formatter->format($result->error(), true); |
180 | 180 | |
181 | 181 | return false; |
182 | - } catch (NotFoundExceptionInterface|ContainerExceptionInterface $e) { |
|
182 | + } catch (NotFoundExceptionInterface | ContainerExceptionInterface $e) { |
|
183 | 183 | return Validator::validate($schema, $data); |
184 | 184 | } |
185 | 185 | } |