summaryrefslogtreecommitdiff
path: root/src/RouteCall.php
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commit7a19b83bf7d7d8a2650356168cdb296b6f82807f (patch)
tree81891e5791d18daa8ec34497131fb65615039858 /src/RouteCall.php
parent8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 (diff)
code formatting
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,
- ) {}
+ ) {
+ }
}