diff --git a/ecs.php b/ecs.php index 15cf3d4..a171ceb 100644 --- a/ecs.php +++ b/ecs.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); @@ -17,21 +15,20 @@ use PhpCsFixerCustomFixers\Fixer\NoNullableBooleanTypeFixer; use Symplify\EasyCodingStandard\Config\ECSConfig; -$header = <<<'HEADER' -slim-routing (https://github.com/juliangut/slim-routing). -Slim framework routing. +return static function (ECSConfig $ecsConfig): void { + $header = <<<'HEADER' + (c) 2017-{{year}} Julián Gutiérrez -@license BSD-3-Clause -@link https://github.com/juliangut/slim-routing -@author Julián Gutiérrez -HEADER; + @license BSD-3-Clause + @link https://github.com/juliangut/slim-routing + HEADER; -return static function (ECSConfig $ecsConfig) use ($header): void { $ecsConfig->paths([ __FILE__, __DIR__ . '/src', __DIR__ . '/tests', ]); + $ecsConfig->cacheDirectory('.ecs.cache'); $skips = [ NoSilencedErrorsSniff::class . '.Forbidden' => [ diff --git a/src/AppFactory.php b/src/AppFactory.php index c8ca9a8..825d16d 100644 --- a/src/AppFactory.php +++ b/src/AppFactory.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Configuration.php b/src/Configuration.php index f9f4d95..857c2e4 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Console/AbstractRoutingCommand.php b/src/Console/AbstractRoutingCommand.php index 7a84e62..5f0331e 100644 --- a/src/Console/AbstractRoutingCommand.php +++ b/src/Console/AbstractRoutingCommand.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Console/ListCommand.php b/src/Console/ListCommand.php index 2208914..6ca7f19 100644 --- a/src/Console/ListCommand.php +++ b/src/Console/ListCommand.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Console/MatchCommand.php b/src/Console/MatchCommand.php index c1f549d..0b944a1 100644 --- a/src/Console/MatchCommand.php +++ b/src/Console/MatchCommand.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Annotation/ArgumentTrait.php b/src/Mapping/Annotation/ArgumentTrait.php index 78071b8..557c43e 100644 --- a/src/Mapping/Annotation/ArgumentTrait.php +++ b/src/Mapping/Annotation/ArgumentTrait.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Annotation/Group.php b/src/Mapping/Annotation/Group.php index b7531a0..e965b90 100755 --- a/src/Mapping/Annotation/Group.php +++ b/src/Mapping/Annotation/Group.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Annotation/MiddlewareTrait.php b/src/Mapping/Annotation/MiddlewareTrait.php index 39f77f5..272968e 100644 --- a/src/Mapping/Annotation/MiddlewareTrait.php +++ b/src/Mapping/Annotation/MiddlewareTrait.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Annotation/PathTrait.php b/src/Mapping/Annotation/PathTrait.php index ee33b43..abf6820 100644 --- a/src/Mapping/Annotation/PathTrait.php +++ b/src/Mapping/Annotation/PathTrait.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Annotation/Route.php b/src/Mapping/Annotation/Route.php index e05fe5e..55a6fac 100755 --- a/src/Mapping/Annotation/Route.php +++ b/src/Mapping/Annotation/Route.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Annotation/Router.php b/src/Mapping/Annotation/Router.php index d1c05e2..14c010c 100755 --- a/src/Mapping/Annotation/Router.php +++ b/src/Mapping/Annotation/Router.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Annotation/TransformerTrait.php b/src/Mapping/Annotation/TransformerTrait.php index fab8fe4..ce3bde0 100644 --- a/src/Mapping/Annotation/TransformerTrait.php +++ b/src/Mapping/Annotation/TransformerTrait.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Attribute/Group.php b/src/Mapping/Attribute/Group.php index 4c6a430..7f8f16b 100644 --- a/src/Mapping/Attribute/Group.php +++ b/src/Mapping/Attribute/Group.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); @@ -24,10 +22,10 @@ public function __construct( private ?string $pattern = null, /** * @var array - */ private array $placeholders = [], + */ private array $placeholders = [], /** * @var array - */ private array $arguments = [], + */ private array $arguments = [], ) {} public function getPrefix(): ?string diff --git a/src/Mapping/Attribute/Middleware.php b/src/Mapping/Attribute/Middleware.php index 3ef9ae8..0ec6a08 100644 --- a/src/Mapping/Attribute/Middleware.php +++ b/src/Mapping/Attribute/Middleware.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Attribute/Route.php b/src/Mapping/Attribute/Route.php index beb58fb..7768b91 100644 --- a/src/Mapping/Attribute/Route.php +++ b/src/Mapping/Attribute/Route.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); @@ -32,10 +30,10 @@ public function __construct( private ?string $pattern = null, /** * @var array - */ private array $placeholders = [], + */ private array $placeholders = [], /** * @var array - */ private array $arguments = [], + */ private array $arguments = [], protected bool $xmlHttpRequest = false, protected int $priority = 0, ) { diff --git a/src/Mapping/Attribute/Transformer.php b/src/Mapping/Attribute/Transformer.php index b28bad6..77e5d74 100644 --- a/src/Mapping/Attribute/Transformer.php +++ b/src/Mapping/Attribute/Transformer.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/AnnotationDriver.php b/src/Mapping/Driver/AnnotationDriver.php index 5f64fe8..f5cb870 100644 --- a/src/Mapping/Driver/AnnotationDriver.php +++ b/src/Mapping/Driver/AnnotationDriver.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/AttributeDriver.php b/src/Mapping/Driver/AttributeDriver.php index a7d85cc..3b6a400 100644 --- a/src/Mapping/Driver/AttributeDriver.php +++ b/src/Mapping/Driver/AttributeDriver.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/DriverFactory.php b/src/Mapping/Driver/DriverFactory.php index 456a6c4..80176c7 100644 --- a/src/Mapping/Driver/DriverFactory.php +++ b/src/Mapping/Driver/DriverFactory.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/FileMappingTrait.php b/src/Mapping/Driver/FileMappingTrait.php index 405a24a..02edbd3 100644 --- a/src/Mapping/Driver/FileMappingTrait.php +++ b/src/Mapping/Driver/FileMappingTrait.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/JsonDriver.php b/src/Mapping/Driver/JsonDriver.php index ab21ec4..63b53d6 100644 --- a/src/Mapping/Driver/JsonDriver.php +++ b/src/Mapping/Driver/JsonDriver.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/PhpDriver.php b/src/Mapping/Driver/PhpDriver.php index e7b5521..31ec38f 100644 --- a/src/Mapping/Driver/PhpDriver.php +++ b/src/Mapping/Driver/PhpDriver.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/XmlDriver.php b/src/Mapping/Driver/XmlDriver.php index 737b6bc..8f9bce3 100644 --- a/src/Mapping/Driver/XmlDriver.php +++ b/src/Mapping/Driver/XmlDriver.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Driver/YamlDriver.php b/src/Mapping/Driver/YamlDriver.php index a4352c1..b17f61f 100644 --- a/src/Mapping/Driver/YamlDriver.php +++ b/src/Mapping/Driver/YamlDriver.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Metadata/AbstractMetadata.php b/src/Mapping/Metadata/AbstractMetadata.php index be81abf..d18fc4f 100644 --- a/src/Mapping/Metadata/AbstractMetadata.php +++ b/src/Mapping/Metadata/AbstractMetadata.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Metadata/GroupMetadata.php b/src/Mapping/Metadata/GroupMetadata.php index 6ae8269..601451d 100644 --- a/src/Mapping/Metadata/GroupMetadata.php +++ b/src/Mapping/Metadata/GroupMetadata.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Mapping/Metadata/RouteMetadata.php b/src/Mapping/Metadata/RouteMetadata.php index 7b806b5..3de0739 100644 --- a/src/Mapping/Metadata/RouteMetadata.php +++ b/src/Mapping/Metadata/RouteMetadata.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Naming/CamelCase.php b/src/Naming/CamelCase.php index 616592a..43c7635 100644 --- a/src/Naming/CamelCase.php +++ b/src/Naming/CamelCase.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Naming/Dot.php b/src/Naming/Dot.php index 747f610..1ddccf4 100644 --- a/src/Naming/Dot.php +++ b/src/Naming/Dot.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Naming/SnakeCase.php b/src/Naming/SnakeCase.php index 5182d50..8fc51cf 100644 --- a/src/Naming/SnakeCase.php +++ b/src/Naming/SnakeCase.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Naming/Strategy.php b/src/Naming/Strategy.php index ad99581..4e7501a 100644 --- a/src/Naming/Strategy.php +++ b/src/Naming/Strategy.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/AbstractResponse.php b/src/Response/AbstractResponse.php index c1d04b4..9df0e65 100644 --- a/src/Response/AbstractResponse.php +++ b/src/Response/AbstractResponse.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/Handler/AbstractResponseHandler.php b/src/Response/Handler/AbstractResponseHandler.php index ae6ed38..b5a40a5 100644 --- a/src/Response/Handler/AbstractResponseHandler.php +++ b/src/Response/Handler/AbstractResponseHandler.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/Handler/JsonResponseHandler.php b/src/Response/Handler/JsonResponseHandler.php index d6a1288..301041f 100644 --- a/src/Response/Handler/JsonResponseHandler.php +++ b/src/Response/Handler/JsonResponseHandler.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/Handler/RedirectResponseHandler.php b/src/Response/Handler/RedirectResponseHandler.php index c862d8d..c67cacf 100644 --- a/src/Response/Handler/RedirectResponseHandler.php +++ b/src/Response/Handler/RedirectResponseHandler.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/Handler/ResponseTypeHandler.php b/src/Response/Handler/ResponseTypeHandler.php index 58ab4ec..16c5656 100644 --- a/src/Response/Handler/ResponseTypeHandler.php +++ b/src/Response/Handler/ResponseTypeHandler.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/Handler/TwigViewResponseHandler.php b/src/Response/Handler/TwigViewResponseHandler.php index a8a1596..b01f637 100644 --- a/src/Response/Handler/TwigViewResponseHandler.php +++ b/src/Response/Handler/TwigViewResponseHandler.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/Handler/XmlResponseHandler.php b/src/Response/Handler/XmlResponseHandler.php index 3ce22b8..ed3bfe6 100644 --- a/src/Response/Handler/XmlResponseHandler.php +++ b/src/Response/Handler/XmlResponseHandler.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/PayloadResponse.php b/src/Response/PayloadResponse.php index 40d03bd..444c33d 100644 --- a/src/Response/PayloadResponse.php +++ b/src/Response/PayloadResponse.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/RedirectResponse.php b/src/Response/RedirectResponse.php index ea90090..9e5c438 100644 --- a/src/Response/RedirectResponse.php +++ b/src/Response/RedirectResponse.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/ResponseType.php b/src/Response/ResponseType.php index 238807a..0e191bf 100644 --- a/src/Response/ResponseType.php +++ b/src/Response/ResponseType.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Response/ViewResponse.php b/src/Response/ViewResponse.php index 94733b4..84c71b7 100644 --- a/src/Response/ViewResponse.php +++ b/src/Response/ViewResponse.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Route/Route.php b/src/Route/Route.php index 0b932b7..d69bd14 100644 --- a/src/Route/Route.php +++ b/src/Route/Route.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Route/RouteResolver.php b/src/Route/RouteResolver.php index 9572f91..2abbe04 100644 --- a/src/Route/RouteResolver.php +++ b/src/Route/RouteResolver.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/RouteCollector.php b/src/RouteCollector.php index 00e76fe..10336ff 100644 --- a/src/RouteCollector.php +++ b/src/RouteCollector.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Strategy/RequestHandler.php b/src/Strategy/RequestHandler.php index f521163..0d2d593 100644 --- a/src/Strategy/RequestHandler.php +++ b/src/Strategy/RequestHandler.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Strategy/RequestResponse.php b/src/Strategy/RequestResponse.php index 9421d6f..16a9f4f 100644 --- a/src/Strategy/RequestResponse.php +++ b/src/Strategy/RequestResponse.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Strategy/RequestResponseArgs.php b/src/Strategy/RequestResponseArgs.php index 2a7bfa1..480eba3 100644 --- a/src/Strategy/RequestResponseArgs.php +++ b/src/Strategy/RequestResponseArgs.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Strategy/RequestResponseNamedArgs.php b/src/Strategy/RequestResponseNamedArgs.php index b7e823c..9992bed 100644 --- a/src/Strategy/RequestResponseNamedArgs.php +++ b/src/Strategy/RequestResponseNamedArgs.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Strategy/ResponseTypeStrategyTrait.php b/src/Strategy/ResponseTypeStrategyTrait.php index 83441d3..5fdc149 100644 --- a/src/Strategy/ResponseTypeStrategyTrait.php +++ b/src/Strategy/ResponseTypeStrategyTrait.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/src/Transformer/ParameterTransformer.php b/src/Transformer/ParameterTransformer.php index 849d8a7..f9145d2 100644 --- a/src/Transformer/ParameterTransformer.php +++ b/src/Transformer/ParameterTransformer.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/AppFactoryTest.php b/tests/Routing/AppFactoryTest.php index 0d6686b..71c1165 100644 --- a/tests/Routing/AppFactoryTest.php +++ b/tests/Routing/AppFactoryTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/ConfigurationTest.php b/tests/Routing/ConfigurationTest.php index 87d5189..58fe4da 100644 --- a/tests/Routing/ConfigurationTest.php +++ b/tests/Routing/ConfigurationTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Console/ListCommandTest.php b/tests/Routing/Console/ListCommandTest.php index f3c0859..490cc08 100644 --- a/tests/Routing/Console/ListCommandTest.php +++ b/tests/Routing/Console/ListCommandTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Console/MatchCommandTest.php b/tests/Routing/Console/MatchCommandTest.php index 42a0143..aea8845 100644 --- a/tests/Routing/Console/MatchCommandTest.php +++ b/tests/Routing/Console/MatchCommandTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Driver/AbstractDriverTestCase.php b/tests/Routing/Mapping/Driver/AbstractDriverTestCase.php index 0fa8962..9f55083 100644 --- a/tests/Routing/Mapping/Driver/AbstractDriverTestCase.php +++ b/tests/Routing/Mapping/Driver/AbstractDriverTestCase.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Driver/AnnotationDriverTest.php b/tests/Routing/Mapping/Driver/AnnotationDriverTest.php index 03696ed..5500cef 100644 --- a/tests/Routing/Mapping/Driver/AnnotationDriverTest.php +++ b/tests/Routing/Mapping/Driver/AnnotationDriverTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Driver/AttributeDriverTest.php b/tests/Routing/Mapping/Driver/AttributeDriverTest.php index 580e646..230ae0d 100644 --- a/tests/Routing/Mapping/Driver/AttributeDriverTest.php +++ b/tests/Routing/Mapping/Driver/AttributeDriverTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Driver/DriverFactoryTest.php b/tests/Routing/Mapping/Driver/DriverFactoryTest.php index d6c87d5..d04ab13 100644 --- a/tests/Routing/Mapping/Driver/DriverFactoryTest.php +++ b/tests/Routing/Mapping/Driver/DriverFactoryTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Driver/FileMappingTraitTest.php b/tests/Routing/Mapping/Driver/FileMappingTraitTest.php index 2d6975d..b6c999d 100644 --- a/tests/Routing/Mapping/Driver/FileMappingTraitTest.php +++ b/tests/Routing/Mapping/Driver/FileMappingTraitTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/CircularReference/CircularReferenceRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/CircularReference/CircularReferenceRoute.php index e5b72e5..dcbfa7d 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/CircularReference/CircularReferenceRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/CircularReference/CircularReferenceRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/ConstructorDefined/ConstructorDefinedRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/ConstructorDefined/ConstructorDefinedRoute.php index c73ce49..d7b6cf6 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/ConstructorDefined/ConstructorDefinedRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/ConstructorDefined/ConstructorDefinedRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/PrivateDefined/PrivateDefinedRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/PrivateDefined/PrivateDefinedRoute.php index 91c1708..1516090 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/PrivateDefined/PrivateDefinedRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/PrivateDefined/PrivateDefinedRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/UnknownGroup/UnknownGroupRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/UnknownGroup/UnknownGroupRoute.php index 2522828..dfd8492 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/UnknownGroup/UnknownGroupRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Annotation/UnknownGroup/UnknownGroupRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/CircularReference/CircularReferenceRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/CircularReference/CircularReferenceRoute.php index e929a05..3b3e457 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/CircularReference/CircularReferenceRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/CircularReference/CircularReferenceRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/ConstructorDefined/ConstructorDefinedRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/ConstructorDefined/ConstructorDefinedRoute.php index 6f73609..5daa91f 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/ConstructorDefined/ConstructorDefinedRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/ConstructorDefined/ConstructorDefinedRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/PrivateDefined/PrivateDefinedRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/PrivateDefined/PrivateDefinedRoute.php index 0226554..4d95892 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/PrivateDefined/PrivateDefinedRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/PrivateDefined/PrivateDefinedRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/UnknownGroup/UnknownGroupRoute.php b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/UnknownGroup/UnknownGroupRoute.php index f8efb66..24a6ec6 100644 --- a/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/UnknownGroup/UnknownGroupRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Invalid/Attribute/UnknownGroup/UnknownGroupRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/AbstractRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/AbstractRoute.php index ee88049..862b2f5 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/AbstractRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/AbstractRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/DependentRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/DependentRoute.php index 10d47d4..0666397 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/DependentRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/DependentRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/GroupedRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/GroupedRoute.php index fd6bd58..ba23914 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/GroupedRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/GroupedRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/NoRoutesRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/NoRoutesRoute.php index 06a8466..6960cf1 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/NoRoutesRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/NoRoutesRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/SingleRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/SingleRoute.php index acd25dd..81bfa49 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Annotation/SingleRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Annotation/SingleRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/AbstractRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/AbstractRoute.php index b70fbe4..2837e73 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/AbstractRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/AbstractRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/DependentRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/DependentRoute.php index 418c71d..a8b1f5a 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/DependentRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/DependentRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/GroupedRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/GroupedRoute.php index 0a59a8b..24afb7c 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/GroupedRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/GroupedRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/NoRoutesRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/NoRoutesRoute.php index b9e18b2..0e6165e 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/NoRoutesRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/NoRoutesRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/SingleRoute.php b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/SingleRoute.php index 9ab66c2..e3eff93 100644 --- a/tests/Routing/Mapping/Files/Classes/Valid/Attribute/SingleRoute.php +++ b/tests/Routing/Mapping/Files/Classes/Valid/Attribute/SingleRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Files/Valid/Php/DependentRoute.php b/tests/Routing/Mapping/Files/Files/Valid/Php/DependentRoute.php index 6e95383..1dd2988 100644 --- a/tests/Routing/Mapping/Files/Files/Valid/Php/DependentRoute.php +++ b/tests/Routing/Mapping/Files/Files/Valid/Php/DependentRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Files/Valid/Php/GroupedRoute.php b/tests/Routing/Mapping/Files/Files/Valid/Php/GroupedRoute.php index 78d4dfd..070e5bf 100644 --- a/tests/Routing/Mapping/Files/Files/Valid/Php/GroupedRoute.php +++ b/tests/Routing/Mapping/Files/Files/Valid/Php/GroupedRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Files/Files/Valid/Php/SingleRoute.php b/tests/Routing/Mapping/Files/Files/Valid/Php/SingleRoute.php index 8790cd4..bdfffda 100644 --- a/tests/Routing/Mapping/Files/Files/Valid/Php/SingleRoute.php +++ b/tests/Routing/Mapping/Files/Files/Valid/Php/SingleRoute.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Metadata/AbstractMetadataTest.php b/tests/Routing/Mapping/Metadata/AbstractMetadataTest.php index c7535e6..d022518 100644 --- a/tests/Routing/Mapping/Metadata/AbstractMetadataTest.php +++ b/tests/Routing/Mapping/Metadata/AbstractMetadataTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Metadata/GroupMetadataTest.php b/tests/Routing/Mapping/Metadata/GroupMetadataTest.php index a6df2d8..f7ad968 100644 --- a/tests/Routing/Mapping/Metadata/GroupMetadataTest.php +++ b/tests/Routing/Mapping/Metadata/GroupMetadataTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Mapping/Metadata/RouteMetadataTest.php b/tests/Routing/Mapping/Metadata/RouteMetadataTest.php index 9488690..fe6b7a7 100644 --- a/tests/Routing/Mapping/Metadata/RouteMetadataTest.php +++ b/tests/Routing/Mapping/Metadata/RouteMetadataTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Naming/CamelCaseTest.php b/tests/Routing/Naming/CamelCaseTest.php index 2097083..9bcec13 100644 --- a/tests/Routing/Naming/CamelCaseTest.php +++ b/tests/Routing/Naming/CamelCaseTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Naming/DotTest.php b/tests/Routing/Naming/DotTest.php index 3520157..d524cbb 100644 --- a/tests/Routing/Naming/DotTest.php +++ b/tests/Routing/Naming/DotTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Naming/SnakeCaseTest.php b/tests/Routing/Naming/SnakeCaseTest.php index 7f2bd85..3480e6d 100644 --- a/tests/Routing/Naming/SnakeCaseTest.php +++ b/tests/Routing/Naming/SnakeCaseTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/AbstractResponseTest.php b/tests/Routing/Response/AbstractResponseTest.php index 7c085d1..bfce195 100644 --- a/tests/Routing/Response/AbstractResponseTest.php +++ b/tests/Routing/Response/AbstractResponseTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/Handler/JsonResponseHandlerTest.php b/tests/Routing/Response/Handler/JsonResponseHandlerTest.php index ad7625d..b78ff98 100644 --- a/tests/Routing/Response/Handler/JsonResponseHandlerTest.php +++ b/tests/Routing/Response/Handler/JsonResponseHandlerTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/Handler/RedirectResponseHandlerTest.php b/tests/Routing/Response/Handler/RedirectResponseHandlerTest.php index 9bbc0a1..abd00d6 100644 --- a/tests/Routing/Response/Handler/RedirectResponseHandlerTest.php +++ b/tests/Routing/Response/Handler/RedirectResponseHandlerTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/Handler/TwigViewResponseHandlerTest.php b/tests/Routing/Response/Handler/TwigViewResponseHandlerTest.php index 7f5b1c2..a2e14c6 100644 --- a/tests/Routing/Response/Handler/TwigViewResponseHandlerTest.php +++ b/tests/Routing/Response/Handler/TwigViewResponseHandlerTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/Handler/XmlResponseHandlerTest.php b/tests/Routing/Response/Handler/XmlResponseHandlerTest.php index 06da3b0..b0693f9 100644 --- a/tests/Routing/Response/Handler/XmlResponseHandlerTest.php +++ b/tests/Routing/Response/Handler/XmlResponseHandlerTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/PayloadResponseTest.php b/tests/Routing/Response/PayloadResponseTest.php index 1485ffe..4db4742 100644 --- a/tests/Routing/Response/PayloadResponseTest.php +++ b/tests/Routing/Response/PayloadResponseTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/RedirectResponseTest.php b/tests/Routing/Response/RedirectResponseTest.php index 4807d21..00d8b06 100644 --- a/tests/Routing/Response/RedirectResponseTest.php +++ b/tests/Routing/Response/RedirectResponseTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Response/ViewResponseTest.php b/tests/Routing/Response/ViewResponseTest.php index f631c48..ca788fc 100644 --- a/tests/Routing/Response/ViewResponseTest.php +++ b/tests/Routing/Response/ViewResponseTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Route/RouteResolverTest.php b/tests/Routing/Route/RouteResolverTest.php index dd8e565..5f349a6 100644 --- a/tests/Routing/Route/RouteResolverTest.php +++ b/tests/Routing/Route/RouteResolverTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Route/RouteTest.php b/tests/Routing/Route/RouteTest.php index a0a25be..3eac99e 100644 --- a/tests/Routing/Route/RouteTest.php +++ b/tests/Routing/Route/RouteTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/RouteCollectorTest.php b/tests/Routing/RouteCollectorTest.php index 08403a0..336a598 100644 --- a/tests/Routing/RouteCollectorTest.php +++ b/tests/Routing/RouteCollectorTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Strategy/RequestHandlerTest.php b/tests/Routing/Strategy/RequestHandlerTest.php index a041459..5d1db09 100644 --- a/tests/Routing/Strategy/RequestHandlerTest.php +++ b/tests/Routing/Strategy/RequestHandlerTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Strategy/RequestResponseArgsTest.php b/tests/Routing/Strategy/RequestResponseArgsTest.php index 202c3d5..de5c27e 100644 --- a/tests/Routing/Strategy/RequestResponseArgsTest.php +++ b/tests/Routing/Strategy/RequestResponseArgsTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Strategy/RequestResponseNamedArgsTest.php b/tests/Routing/Strategy/RequestResponseNamedArgsTest.php index c98e24c..6c9ae1e 100644 --- a/tests/Routing/Strategy/RequestResponseNamedArgsTest.php +++ b/tests/Routing/Strategy/RequestResponseNamedArgsTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Strategy/RequestResponseTest.php b/tests/Routing/Strategy/RequestResponseTest.php index 3f51e6b..73bd929 100644 --- a/tests/Routing/Strategy/RequestResponseTest.php +++ b/tests/Routing/Strategy/RequestResponseTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Strategy/ResponseTypeStrategyTraitTest.php b/tests/Routing/Strategy/ResponseTypeStrategyTraitTest.php index a0b7768..37fc3fc 100644 --- a/tests/Routing/Strategy/ResponseTypeStrategyTraitTest.php +++ b/tests/Routing/Strategy/ResponseTypeStrategyTraitTest.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Stubs/AbstractMetadataStub.php b/tests/Routing/Stubs/AbstractMetadataStub.php index ce5b9b0..9170a0a 100644 --- a/tests/Routing/Stubs/AbstractMetadataStub.php +++ b/tests/Routing/Stubs/AbstractMetadataStub.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Stubs/ConsoleOutputStub.php b/tests/Routing/Stubs/ConsoleOutputStub.php index d453418..a76bdfd 100644 --- a/tests/Routing/Stubs/ConsoleOutputStub.php +++ b/tests/Routing/Stubs/ConsoleOutputStub.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Stubs/ParameterTransformerStub.php b/tests/Routing/Stubs/ParameterTransformerStub.php index 15f8c1e..cb2305a 100644 --- a/tests/Routing/Stubs/ParameterTransformerStub.php +++ b/tests/Routing/Stubs/ParameterTransformerStub.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Stubs/ResponseStub.php b/tests/Routing/Stubs/ResponseStub.php index 48c3872..53b0128 100644 --- a/tests/Routing/Stubs/ResponseStub.php +++ b/tests/Routing/Stubs/ResponseStub.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Stubs/ResponseTypeStrategyStub.php b/tests/Routing/Stubs/ResponseTypeStrategyStub.php index b8e25bf..0abaf0d 100644 --- a/tests/Routing/Stubs/ResponseTypeStrategyStub.php +++ b/tests/Routing/Stubs/ResponseTypeStrategyStub.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1); diff --git a/tests/Routing/Stubs/RouteStub.php b/tests/Routing/Stubs/RouteStub.php index 46f4c6d..925b77d 100644 --- a/tests/Routing/Stubs/RouteStub.php +++ b/tests/Routing/Stubs/RouteStub.php @@ -1,12 +1,10 @@ * * @license BSD-3-Clause * @link https://github.com/juliangut/slim-routing - * @author Julián Gutiérrez */ declare(strict_types=1);