Passed
Pull Request — master (#34)
by Anatoly
02:01
created
src/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
     {
245 245
         try {
246 246
             return $this->handle($request);
247
-        } catch (MethodNotAllowedException|RouteNotFoundException $e) {
247
+        } catch (MethodNotAllowedException | RouteNotFoundException $e) {
248 248
             return $handler->handle(
249 249
                 $request->withAttribute(self::ATTR_NAME_FOR_ROUTING_ERROR, $e)
250 250
             );
Please login to merge, or discard this patch.