Completed
Pull Request — master (#14)
by
unknown
07:08
created
src/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
                 $this->error = $formatter->format($result->error(), true);
180 180
 
181 181
                 return false;
182
-            } catch (NotFoundExceptionInterface|ContainerExceptionInterface $e) {
182
+            } catch (NotFoundExceptionInterface | ContainerExceptionInterface $e) {
183 183
                 return Validator::validate($schema, $data);
184 184
             }
185 185
         }
Please login to merge, or discard this patch.