diff options
Diffstat (limited to 'src/PathSegmentTypeMatch.php')
| -rw-r--r-- | src/PathSegmentTypeMatch.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PathSegmentTypeMatch.php b/src/PathSegmentTypeMatch.php index 4e32bdb..c50e74e 100644 --- a/src/PathSegmentTypeMatch.php +++ b/src/PathSegmentTypeMatch.php @@ -9,5 +9,6 @@ readonly class PathSegmentTypeMatch final public function __construct( public PathSegmentType $type, public string $value, - ) {} + ) { + } } |
