summaryrefslogtreecommitdiff
path: root/src/RouteCall.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/RouteCall.php')
-rw-r--r--src/RouteCall.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RouteCall.php b/src/RouteCall.php
index b76a780..c598748 100644
--- a/src/RouteCall.php
+++ b/src/RouteCall.php
@@ -13,5 +13,6 @@ class RouteCall
public RequestInterface $request,
public Route $route,
public array $parameters,
- ) {}
+ ) {
+ }
}