From 1d5910fbad242bbb523103167aca017084646589 Mon Sep 17 00:00:00 2001 From: "nisch.codes" Date: Tue, 22 Jul 2025 23:25:53 +0200 Subject: [PATCH] Initial Code commit --- src/Attributes/Route.php | 2 +- src/Request.php | 2 +- src/Router.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Attributes/Route.php b/src/Attributes/Route.php index c42d7f5..4cef665 100644 --- a/src/Attributes/Route.php +++ b/src/Attributes/Route.php @@ -5,7 +5,7 @@ namespace Nischcodes\Shiftcalc\Attributes; /** * Attributes interface * - * wraps routing info into a attribute for methods + * wraps routing info into an attribute for methods * * PHP version 8.4 or higher * diff --git a/src/Request.php b/src/Request.php index 0d081a1..3479b7f 100644 --- a/src/Request.php +++ b/src/Request.php @@ -5,7 +5,7 @@ namespace Nischcodes\Shiftcalc; /** * Request interface * - * wraps the client requests object into an simple interface + * wraps the client requests object into a simple interface * * PHP version 8.4 or higher * diff --git a/src/Router.php b/src/Router.php index 10ce0db..9117cd1 100644 --- a/src/Router.php +++ b/src/Router.php @@ -5,7 +5,7 @@ namespace Nischcodes\Shiftcalc; /** * Router interface * - * wraps routing into an simple interface + * wraps routing into a simple interface * * PHP version 8.4 or higher *