Fixed formatting errors caused by update-headers.

This commit is contained in:
flash 2025-03-07 00:26:45 +00:00
parent 2b481fee4d
commit 956cfd1a63
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
5 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@
namespace Index\Http\Routing;
use Psr\Http\Message\UriInterface;
/**
* Provides a matcher for a static path.
*/

View file

@ -6,6 +6,7 @@
namespace Index\Http\Routing;
use Closure;
/**
* Information of a filter.
*/

View file

@ -6,6 +6,7 @@
namespace Index\Http\Routing;
use Psr\Http\Message\UriInterface;
/**
* Provides a matcher for a regular expression path.
*/

View file

@ -6,6 +6,7 @@
namespace Index\Http\Routing;
use Psr\Http\Message\UriInterface;
/**
* Provides a matcher for a prefix path.
*/

View file

@ -6,6 +6,7 @@
namespace Index\Http\Routing;
use Psr\Http\Message\UriInterface;
/**
* Provides a common interface for URI matching.
*/