@@ -162,7 +162,7 @@ |
||
162 | 162 | { |
163 | 163 | try { |
164 | 164 | return $this->container->get(OpisValidator::class)->validate($data, $schema)->isValid(); |
165 | - } catch (NotFoundExceptionInterface|ContainerExceptionInterface $e) { |
|
165 | + } catch (NotFoundExceptionInterface | ContainerExceptionInterface $e) { |
|
166 | 166 | return Validator::validate($schema, $data); |
167 | 167 | } |
168 | 168 | } |