@@ -244,7 +244,7 @@ |
||
| 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 | ); |