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