Skip to content

Commit

Permalink
Renaming files
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed May 17, 2021
1 parent 7c8a1e8 commit e6c12bf
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://badgen.net/github/checks/ipublikuj/slim-router/master?cache=300&style=flast-square)](https://github.com/ipublikuj/slim-router)
[![Code coverage](https://badgen.net/coveralls/c/github/ipublikuj/slim-router?cache=300&style=flast-square)](https://coveralls.io/github/ipublikuj/slim-router)
![PHP](https://badgen.net/packagist/php/ipub/slim-router?cache=300&style=flast-square)
[![Licence](https://badgen.net/packagist/license/ipub/slim-router?cache=300&style=flast-square)](https://github.com/ipublikuj/slim-router/blob/master/license.md)
[![Licence](https://badgen.net/packagist/license/ipub/slim-router?cache=300&style=flast-square)](https://github.com/ipublikuj/slim-router/blob/master/LICENSE.md)
[![Downloads total](https://badgen.net/packagist/dt/ipub/slim-router?cache=300&style=flast-square)](https://packagist.org/packages/ipub/slim-router)
[![Latest stable](https://badgen.net/packagist/v/ipub/slim-router/latest?cache=300&style=flast-square)](https://packagist.org/packages/ipub/slim-router)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)
Expand Down
2 changes: 1 addition & 1 deletion src/Controllers/ControllerResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* ControllerResolver.php
*
* @copyright More in license.md
* @copyright More in LICENSE.md
* @license https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Controllers/IControllerResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IControllerResolver.php
*
* @copyright More in license.md
* @copyright More in LICENSE.md
* @license https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/HttpException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* HttpException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/HttpMethodNotAllowedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* HttpMethodNotAllowedException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/HttpNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* HttpNotFoundException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/HttpSpecializedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* HttpSpecializedException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/IException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RuntimeException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RuntimeException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/StreamResourceCallException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* StreamResourceCallException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Response.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Http/ResponseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* ResponseFactory.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Stream.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/IMiddlewareDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IMiddlewareDispatcher.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/MiddlewareDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* MiddlewareDispatcher.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/FastRouteDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* FastRouteDispatcher.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Handlers/IHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IHandler.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Handlers/IRequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IRequestHandler.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Handlers/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RequestHandler.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Handlers/RequestResponseArgsHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RequestResponseArgsHandler.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Handlers/RequestResponseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RequestResponseHandler.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/IRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Route.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/IRouteCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IRouteCollector.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/IRouteGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IRouteGroup.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/IRouteParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IRouteParser.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/IRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IRouter.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Route.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/RouteCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RouteCollector.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/RouteGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RouteGroup.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/RouteHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Router.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/RouteParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RouteParser.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Router.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/RoutingResults.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* RoutingResults.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:SlimRouter!
Expand Down

0 comments on commit e6c12bf

Please sign in to comment.