Completed
Pull Request — master (#10)
by
unknown
09:43
created
src/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.