Fixed formatting errors caused by update-headers.
This commit is contained in:
parent
2b481fee4d
commit
956cfd1a63
5 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
namespace Index\Http\Routing;
|
||||
|
||||
use Psr\Http\Message\UriInterface;
|
||||
|
||||
/**
|
||||
* Provides a matcher for a static path.
|
||||
*/
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
namespace Index\Http\Routing;
|
||||
|
||||
use Closure;
|
||||
|
||||
/**
|
||||
* Information of a filter.
|
||||
*/
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
namespace Index\Http\Routing;
|
||||
|
||||
use Psr\Http\Message\UriInterface;
|
||||
|
||||
/**
|
||||
* Provides a matcher for a regular expression path.
|
||||
*/
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
namespace Index\Http\Routing;
|
||||
|
||||
use Psr\Http\Message\UriInterface;
|
||||
|
||||
/**
|
||||
* Provides a matcher for a prefix path.
|
||||
*/
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
namespace Index\Http\Routing;
|
||||
|
||||
use Psr\Http\Message\UriInterface;
|
||||
|
||||
/**
|
||||
* Provides a common interface for URI matching.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue