From 1eed623c183cb7bc32496bfc570f14ebadd6f152 Mon Sep 17 00:00:00 2001 From: Valithor Obsidion Date: Wed, 25 Dec 2024 10:50:49 -0500 Subject: [PATCH] Strict types --- src/RouterInterface.php | 2 +- src/SegmentRouter.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RouterInterface.php b/src/RouterInterface.php index 5488e6f..cd1185c 100644 --- a/src/RouterInterface.php +++ b/src/RouterInterface.php @@ -1,4 +1,4 @@ -