summaryrefslogtreecommitdiff
path: root/tests/Unit/PathSegmentMatchTest.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 /tests/Unit/PathSegmentMatchTest.php
parent8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 (diff)
code formatting
Diffstat (limited to 'tests/Unit/PathSegmentMatchTest.php')
-rw-r--r--tests/Unit/PathSegmentMatchTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/PathSegmentMatchTest.php b/tests/Unit/PathSegmentMatchTest.php
index 9a522a4..3059f26 100644
--- a/tests/Unit/PathSegmentMatchTest.php
+++ b/tests/Unit/PathSegmentMatchTest.php
@@ -5,7 +5,7 @@ declare(strict_types=1);
use Lightscale\Router\PathSegment;
use Lightscale\Router\PathSegmentMatch;
-it('initializes with segment and params', function() {
+it('initializes with segment and params', function () {
$match = new PathSegmentMatch(
$seg = new PathSegment('testing'),
$params = ['test1' => 'test2'],