Initial Code commit

This commit is contained in:
nisch.codes 2025-07-22 23:25:53 +02:00
parent ab153bc311
commit 1d5910fbad
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ namespace Nischcodes\Shiftcalc\Attributes;
/** /**
* Attributes interface * Attributes interface
* *
* wraps routing info into a attribute for methods * wraps routing info into an attribute for methods
* *
* PHP version 8.4 or higher * PHP version 8.4 or higher
* *

View File

@ -5,7 +5,7 @@ namespace Nischcodes\Shiftcalc;
/** /**
* Request interface * 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 * PHP version 8.4 or higher
* *

View File

@ -5,7 +5,7 @@ namespace Nischcodes\Shiftcalc;
/** /**
* Router interface * Router interface
* *
* wraps routing into an simple interface * wraps routing into a simple interface
* *
* PHP version 8.4 or higher * PHP version 8.4 or higher
* *