@@ -154,7 +154,7 @@ |
||
154 | 154 | { |
155 | 155 | try { |
156 | 156 | return $this->container->get(OpisValidator::class)->dataValidation($data, $schema)->isValid(); |
157 | - } catch (NotFoundExceptionInterface|ContainerExceptionInterface $e) { |
|
157 | + } catch (NotFoundExceptionInterface | ContainerExceptionInterface $e) { |
|
158 | 158 | return Validator::validate($schema, $data); |
159 | 159 | } |
160 | 160 | } |