Completed
Push — master ( 5137d7...5141b1 )
by Marcel
34s
created
src/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.