@@ -157,7 +157,7 @@ |
||
| 157 | 157 | } |
| 158 | 158 | try { |
| 159 | 159 | return $this->container->get(OpisValidator::class)->dataValidation($data, $schema)->isValid(); |
| 160 | - } catch (NotFoundExceptionInterface|ContainerExceptionInterface $e) { |
|
| 160 | + } catch (NotFoundExceptionInterface | ContainerExceptionInterface $e) { |
|
| 161 | 161 | return false; |
| 162 | 162 | } |
| 163 | 163 | } |