diff --git a/src/Api/Binders/ControllerBinder.php b/src/Api/Binders/ControllerBinder.php index 010ecd7..476bdb0 100644 --- a/src/Api/Binders/ControllerBinder.php +++ b/src/Api/Binders/ControllerBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Binders/RequestHandlerBinder.php b/src/Api/Binders/RequestHandlerBinder.php index 8bd64fe..c5adddb 100644 --- a/src/Api/Binders/RequestHandlerBinder.php +++ b/src/Api/Binders/RequestHandlerBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Exceptions/ExceptionHandler.php b/src/Api/Exceptions/ExceptionHandler.php index 18e5024..8e95e9a 100644 --- a/src/Api/Exceptions/ExceptionHandler.php +++ b/src/Api/Exceptions/ExceptionHandler.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Exceptions/IApiExceptionRenderer.php b/src/Api/Exceptions/IApiExceptionRenderer.php index 1f5b932..c8a24ae 100644 --- a/src/Api/Exceptions/IApiExceptionRenderer.php +++ b/src/Api/Exceptions/IApiExceptionRenderer.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Exceptions/ProblemDetailsExceptionRenderer.php b/src/Api/Exceptions/ProblemDetailsExceptionRenderer.php index ce940f3..cd11c33 100644 --- a/src/Api/Exceptions/ProblemDetailsExceptionRenderer.php +++ b/src/Api/Exceptions/ProblemDetailsExceptionRenderer.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/SynchronousApiApplication.php b/src/Api/SynchronousApiApplication.php index a134019..0fe5e22 100644 --- a/src/Api/SynchronousApiApplication.php +++ b/src/Api/SynchronousApiApplication.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/SynchronousApiApplicationBuilder.php b/src/Api/SynchronousApiApplicationBuilder.php index facf1aa..3b61b05 100644 --- a/src/Api/SynchronousApiApplicationBuilder.php +++ b/src/Api/SynchronousApiApplicationBuilder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Testing/ApplicationClient.php b/src/Api/Testing/ApplicationClient.php index d006ebe..cc45c93 100644 --- a/src/Api/Testing/ApplicationClient.php +++ b/src/Api/Testing/ApplicationClient.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Testing/AssertionFailedException.php b/src/Api/Testing/AssertionFailedException.php index 893ee78..0bf4395 100644 --- a/src/Api/Testing/AssertionFailedException.php +++ b/src/Api/Testing/AssertionFailedException.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Testing/IntegrationTest.php b/src/Api/Testing/IntegrationTest.php index 7061ead..92b5d7b 100644 --- a/src/Api/Testing/IntegrationTest.php +++ b/src/Api/Testing/IntegrationTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Testing/PhpUnit/IntegrationTestCase.php b/src/Api/Testing/PhpUnit/IntegrationTestCase.php index 7f9884c..fc9d25f 100644 --- a/src/Api/Testing/PhpUnit/IntegrationTestCase.php +++ b/src/Api/Testing/PhpUnit/IntegrationTestCase.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Api/Testing/ResponseAssertions.php b/src/Api/Testing/ResponseAssertions.php index 368866c..7993c63 100644 --- a/src/Api/Testing/ResponseAssertions.php +++ b/src/Api/Testing/ResponseAssertions.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Application/AphiriaComponents.php b/src/Application/AphiriaComponents.php index 9e0c8a1..1ce6a57 100644 --- a/src/Application/AphiriaComponents.php +++ b/src/Application/AphiriaComponents.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Application/AphiriaModule.php b/src/Application/AphiriaModule.php index 146ef0b..41e9c0b 100644 --- a/src/Application/AphiriaModule.php +++ b/src/Application/AphiriaModule.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Authentication/Binders/AuthenticationBinder.php b/src/Authentication/Binders/AuthenticationBinder.php index 58a27c6..e4fd1c0 100644 --- a/src/Authentication/Binders/AuthenticationBinder.php +++ b/src/Authentication/Binders/AuthenticationBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Authentication/Components/AuthenticationComponent.php b/src/Authentication/Components/AuthenticationComponent.php index f3a4d92..775b018 100644 --- a/src/Authentication/Components/AuthenticationComponent.php +++ b/src/Authentication/Components/AuthenticationComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Authorization/Binders/AuthorizationBinder.php b/src/Authorization/Binders/AuthorizationBinder.php index 6be9b0e..ad6c7ad 100644 --- a/src/Authorization/Binders/AuthorizationBinder.php +++ b/src/Authorization/Binders/AuthorizationBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Authorization/Components/AuthorizationComponent.php b/src/Authorization/Components/AuthorizationComponent.php index 22350a1..4ed2445 100644 --- a/src/Authorization/Components/AuthorizationComponent.php +++ b/src/Authorization/Components/AuthorizationComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Binders/CommandBinder.php b/src/Console/Binders/CommandBinder.php index fd244cb..daa2e0c 100644 --- a/src/Console/Binders/CommandBinder.php +++ b/src/Console/Binders/CommandBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Binders/CommandHandlerBinder.php b/src/Console/Binders/CommandHandlerBinder.php index 434588a..522ea8d 100644 --- a/src/Console/Binders/CommandHandlerBinder.php +++ b/src/Console/Binders/CommandHandlerBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Commands/FlushFrameworkCachesCommand.php b/src/Console/Commands/FlushFrameworkCachesCommand.php index 32474d7..b13d44a 100644 --- a/src/Console/Commands/FlushFrameworkCachesCommand.php +++ b/src/Console/Commands/FlushFrameworkCachesCommand.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Commands/FlushFrameworkCachesCommandHandler.php b/src/Console/Commands/FlushFrameworkCachesCommandHandler.php index 1c1c237..e0f9d75 100644 --- a/src/Console/Commands/FlushFrameworkCachesCommandHandler.php +++ b/src/Console/Commands/FlushFrameworkCachesCommandHandler.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Commands/ServeCommand.php b/src/Console/Commands/ServeCommand.php index af5c229..d9c0244 100644 --- a/src/Console/Commands/ServeCommand.php +++ b/src/Console/Commands/ServeCommand.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Commands/ServeCommandHandler.php b/src/Console/Commands/ServeCommandHandler.php index 10bfb94..853ef85 100644 --- a/src/Console/Commands/ServeCommandHandler.php +++ b/src/Console/Commands/ServeCommandHandler.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Components/CommandComponent.php b/src/Console/Components/CommandComponent.php index b2574c7..75c32f3 100644 --- a/src/Console/Components/CommandComponent.php +++ b/src/Console/Components/CommandComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/ConsoleApplication.php b/src/Console/ConsoleApplication.php index 2140920..5ed718a 100644 --- a/src/Console/ConsoleApplication.php +++ b/src/Console/ConsoleApplication.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/ConsoleApplicationBuilder.php b/src/Console/ConsoleApplicationBuilder.php index 012ff0a..686a442 100644 --- a/src/Console/ConsoleApplicationBuilder.php +++ b/src/Console/ConsoleApplicationBuilder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Console/Exceptions/ConsoleExceptionRenderer.php b/src/Console/Exceptions/ConsoleExceptionRenderer.php index b9148f3..9740203 100644 --- a/src/Console/Exceptions/ConsoleExceptionRenderer.php +++ b/src/Console/Exceptions/ConsoleExceptionRenderer.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/ContentNegotiation/Binders/ContentNegotiationBinder.php b/src/ContentNegotiation/Binders/ContentNegotiationBinder.php index de387a4..68beb2e 100644 --- a/src/ContentNegotiation/Binders/ContentNegotiationBinder.php +++ b/src/ContentNegotiation/Binders/ContentNegotiationBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/DependencyInjection/Components/BinderComponent.php b/src/DependencyInjection/Components/BinderComponent.php index c0ef129..49ae919 100644 --- a/src/DependencyInjection/Components/BinderComponent.php +++ b/src/DependencyInjection/Components/BinderComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Exceptions/Binders/ExceptionHandlerBinder.php b/src/Exceptions/Binders/ExceptionHandlerBinder.php index ee36bc7..0455c96 100644 --- a/src/Exceptions/Binders/ExceptionHandlerBinder.php +++ b/src/Exceptions/Binders/ExceptionHandlerBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapper.php b/src/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapper.php index af6000a..4d448b1 100644 --- a/src/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapper.php +++ b/src/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapper.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Exceptions/Components/ExceptionHandlerComponent.php b/src/Exceptions/Components/ExceptionHandlerComponent.php index 4fc94ae..b6d2563 100644 --- a/src/Exceptions/Components/ExceptionHandlerComponent.php +++ b/src/Exceptions/Components/ExceptionHandlerComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Middleware/Components/MiddlewareComponent.php b/src/Middleware/Components/MiddlewareComponent.php index 6b4ccb4..2816f19 100644 --- a/src/Middleware/Components/MiddlewareComponent.php +++ b/src/Middleware/Components/MiddlewareComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Net/Binders/RequestBinder.php b/src/Net/Binders/RequestBinder.php index 378cdf3..18e9314 100644 --- a/src/Net/Binders/RequestBinder.php +++ b/src/Net/Binders/RequestBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Net/Binders/ResponseWriterBinder.php b/src/Net/Binders/ResponseWriterBinder.php index d251c0a..035d2cb 100644 --- a/src/Net/Binders/ResponseWriterBinder.php +++ b/src/Net/Binders/ResponseWriterBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Routing/Binders/RoutingBinder.php b/src/Routing/Binders/RoutingBinder.php index 038afc9..9e447eb 100644 --- a/src/Routing/Binders/RoutingBinder.php +++ b/src/Routing/Binders/RoutingBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Routing/Commands/RouteListCommand.php b/src/Routing/Commands/RouteListCommand.php index 8e9f096..19827cb 100644 --- a/src/Routing/Commands/RouteListCommand.php +++ b/src/Routing/Commands/RouteListCommand.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Routing/Commands/RouteListCommandHandler.php b/src/Routing/Commands/RouteListCommandHandler.php index 0c1166a..338df74 100644 --- a/src/Routing/Commands/RouteListCommandHandler.php +++ b/src/Routing/Commands/RouteListCommandHandler.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Routing/Components/RouterComponent.php b/src/Routing/Components/RouterComponent.php index 0237479..123ea85 100644 --- a/src/Routing/Components/RouterComponent.php +++ b/src/Routing/Components/RouterComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Routing/IRouteRequestFactory.php b/src/Routing/IRouteRequestFactory.php index 2b8a470..2b6d346 100644 --- a/src/Routing/IRouteRequestFactory.php +++ b/src/Routing/IRouteRequestFactory.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Routing/RouteRequestCreationException.php b/src/Routing/RouteRequestCreationException.php index 675d966..25babe9 100644 --- a/src/Routing/RouteRequestCreationException.php +++ b/src/Routing/RouteRequestCreationException.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Routing/RouteRequestFactory.php b/src/Routing/RouteRequestFactory.php index 9e48417..6c45ccd 100644 --- a/src/Routing/RouteRequestFactory.php +++ b/src/Routing/RouteRequestFactory.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Serialization/Binders/SymfonySerializerBinder.php b/src/Serialization/Binders/SymfonySerializerBinder.php index 31a696e..d082a94 100644 --- a/src/Serialization/Binders/SymfonySerializerBinder.php +++ b/src/Serialization/Binders/SymfonySerializerBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Serialization/Normalizers/ProblemDetailsNormalizer.php b/src/Serialization/Normalizers/ProblemDetailsNormalizer.php index 73f17c0..af96203 100644 --- a/src/Serialization/Normalizers/ProblemDetailsNormalizer.php +++ b/src/Serialization/Normalizers/ProblemDetailsNormalizer.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Validation/Binders/ValidationBinder.php b/src/Validation/Binders/ValidationBinder.php index 179ac32..3164035 100644 --- a/src/Validation/Binders/ValidationBinder.php +++ b/src/Validation/Binders/ValidationBinder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/src/Validation/Components/ValidationComponent.php b/src/Validation/Components/ValidationComponent.php index 510ca93..88d3e31 100644 --- a/src/Validation/Components/ValidationComponent.php +++ b/src/Validation/Components/ValidationComponent.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/Binders/ControllerBinderTest.php b/tests/Api/Binders/ControllerBinderTest.php index 2fa6e06..467310b 100644 --- a/tests/Api/Binders/ControllerBinderTest.php +++ b/tests/Api/Binders/ControllerBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/Binders/RequestHandlerBinderTest.php b/tests/Api/Binders/RequestHandlerBinderTest.php index 95bf0f5..defdfff 100644 --- a/tests/Api/Binders/RequestHandlerBinderTest.php +++ b/tests/Api/Binders/RequestHandlerBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/Exceptions/ExceptionHandlerTest.php b/tests/Api/Exceptions/ExceptionHandlerTest.php index 26a0764..23c0be5 100644 --- a/tests/Api/Exceptions/ExceptionHandlerTest.php +++ b/tests/Api/Exceptions/ExceptionHandlerTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/Exceptions/ProblemDetailsExceptionRendererTest.php b/tests/Api/Exceptions/ProblemDetailsExceptionRendererTest.php index a05bd7d..92dd007 100644 --- a/tests/Api/Exceptions/ProblemDetailsExceptionRendererTest.php +++ b/tests/Api/Exceptions/ProblemDetailsExceptionRendererTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/SynchronousApiApplicationBuilderTest.php b/tests/Api/SynchronousApiApplicationBuilderTest.php index d492ce2..a1d98e9 100644 --- a/tests/Api/SynchronousApiApplicationBuilderTest.php +++ b/tests/Api/SynchronousApiApplicationBuilderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/SynchronousApiApplicationTest.php b/tests/Api/SynchronousApiApplicationTest.php index 630ad0e..75e796d 100644 --- a/tests/Api/SynchronousApiApplicationTest.php +++ b/tests/Api/SynchronousApiApplicationTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/Testing/ApplicationClientTest.php b/tests/Api/Testing/ApplicationClientTest.php index 520f7b9..cc472b4 100644 --- a/tests/Api/Testing/ApplicationClientTest.php +++ b/tests/Api/Testing/ApplicationClientTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/Testing/PhpUnit/IntegrationTestCaseTest.php b/tests/Api/Testing/PhpUnit/IntegrationTestCaseTest.php index 7d32399..df94b40 100644 --- a/tests/Api/Testing/PhpUnit/IntegrationTestCaseTest.php +++ b/tests/Api/Testing/PhpUnit/IntegrationTestCaseTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Api/Testing/ResponseAssertionsTest.php b/tests/Api/Testing/ResponseAssertionsTest.php index f8b092c..9d99b79 100644 --- a/tests/Api/Testing/ResponseAssertionsTest.php +++ b/tests/Api/Testing/ResponseAssertionsTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Application/AphiriaComponentsTest.php b/tests/Application/AphiriaComponentsTest.php index 11586d1..8002432 100644 --- a/tests/Application/AphiriaComponentsTest.php +++ b/tests/Application/AphiriaComponentsTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Application/AphiriaModuleTest.php b/tests/Application/AphiriaModuleTest.php index 2b227c9..a20054e 100644 --- a/tests/Application/AphiriaModuleTest.php +++ b/tests/Application/AphiriaModuleTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Authentication/Binders/AuthenticationBinderTest.php b/tests/Authentication/Binders/AuthenticationBinderTest.php index c1054ba..501b35c 100644 --- a/tests/Authentication/Binders/AuthenticationBinderTest.php +++ b/tests/Authentication/Binders/AuthenticationBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Authentication/Components/AuthenticationComponentTest.php b/tests/Authentication/Components/AuthenticationComponentTest.php index 2680d01..6ede979 100644 --- a/tests/Authentication/Components/AuthenticationComponentTest.php +++ b/tests/Authentication/Components/AuthenticationComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Authorization/Binders/AuthorizationBinderTest.php b/tests/Authorization/Binders/AuthorizationBinderTest.php index 072b282..8807a35 100644 --- a/tests/Authorization/Binders/AuthorizationBinderTest.php +++ b/tests/Authorization/Binders/AuthorizationBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Authorization/Components/AuthorizationComponentTest.php b/tests/Authorization/Components/AuthorizationComponentTest.php index f2b48b9..590c353 100644 --- a/tests/Authorization/Components/AuthorizationComponentTest.php +++ b/tests/Authorization/Components/AuthorizationComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Binders/CommandBinderTest.php b/tests/Console/Binders/CommandBinderTest.php index 3e3595a..a40c28f 100644 --- a/tests/Console/Binders/CommandBinderTest.php +++ b/tests/Console/Binders/CommandBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Binders/CommandHandlerBinderTest.php b/tests/Console/Binders/CommandHandlerBinderTest.php index a0f6bcb..863919f 100644 --- a/tests/Console/Binders/CommandHandlerBinderTest.php +++ b/tests/Console/Binders/CommandHandlerBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Commands/FlushFrameworkCachesCommandHandlerTest.php b/tests/Console/Commands/FlushFrameworkCachesCommandHandlerTest.php index 65df5c8..681aa74 100644 --- a/tests/Console/Commands/FlushFrameworkCachesCommandHandlerTest.php +++ b/tests/Console/Commands/FlushFrameworkCachesCommandHandlerTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Commands/FlushFrameworkCachesCommandTest.php b/tests/Console/Commands/FlushFrameworkCachesCommandTest.php index 74807b3..0e6cbec 100644 --- a/tests/Console/Commands/FlushFrameworkCachesCommandTest.php +++ b/tests/Console/Commands/FlushFrameworkCachesCommandTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Commands/ServeCommandHandlerTest.php b/tests/Console/Commands/ServeCommandHandlerTest.php index 420a7be..810c62c 100644 --- a/tests/Console/Commands/ServeCommandHandlerTest.php +++ b/tests/Console/Commands/ServeCommandHandlerTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Commands/ServeCommandTest.php b/tests/Console/Commands/ServeCommandTest.php index 000365e..8258eb6 100644 --- a/tests/Console/Commands/ServeCommandTest.php +++ b/tests/Console/Commands/ServeCommandTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Components/CommandComponentTest.php b/tests/Console/Components/CommandComponentTest.php index 1c0f28a..a742fa5 100644 --- a/tests/Console/Components/CommandComponentTest.php +++ b/tests/Console/Components/CommandComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/ConsoleApplicationBuilderTest.php b/tests/Console/ConsoleApplicationBuilderTest.php index d0ce937..4677ba2 100644 --- a/tests/Console/ConsoleApplicationBuilderTest.php +++ b/tests/Console/ConsoleApplicationBuilderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/ConsoleApplicationTest.php b/tests/Console/ConsoleApplicationTest.php index 22f8830..da8deb0 100644 --- a/tests/Console/ConsoleApplicationTest.php +++ b/tests/Console/ConsoleApplicationTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Console/Exceptions/ConsoleExceptionRendererTest.php b/tests/Console/Exceptions/ConsoleExceptionRendererTest.php index 397686d..870bc66 100644 --- a/tests/Console/Exceptions/ConsoleExceptionRendererTest.php +++ b/tests/Console/Exceptions/ConsoleExceptionRendererTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/ContentNegotiation/Binders/ContentNegotiationBinderTest.php b/tests/ContentNegotiation/Binders/ContentNegotiationBinderTest.php index a4e96a9..c7ed34e 100644 --- a/tests/ContentNegotiation/Binders/ContentNegotiationBinderTest.php +++ b/tests/ContentNegotiation/Binders/ContentNegotiationBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/DependencyInjection/Components/BinderComponentTest.php b/tests/DependencyInjection/Components/BinderComponentTest.php index 0e6086a..a1652f8 100644 --- a/tests/DependencyInjection/Components/BinderComponentTest.php +++ b/tests/DependencyInjection/Components/BinderComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Exceptions/Binders/ExceptionHandlerBinderTest.php b/tests/Exceptions/Binders/ExceptionHandlerBinderTest.php index 3c552f9..4d35f38 100644 --- a/tests/Exceptions/Binders/ExceptionHandlerBinderTest.php +++ b/tests/Exceptions/Binders/ExceptionHandlerBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapperTest.php b/tests/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapperTest.php index a203391..79d4da3 100644 --- a/tests/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapperTest.php +++ b/tests/Exceptions/Bootstrappers/GlobalExceptionHandlerBootstrapperTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Exceptions/Components/ExceptionHandlerComponentTest.php b/tests/Exceptions/Components/ExceptionHandlerComponentTest.php index 49ee5eb..04d0e7a 100644 --- a/tests/Exceptions/Components/ExceptionHandlerComponentTest.php +++ b/tests/Exceptions/Components/ExceptionHandlerComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Middleware/Components/MiddlewareComponentTest.php b/tests/Middleware/Components/MiddlewareComponentTest.php index 7545b9b..7551caa 100644 --- a/tests/Middleware/Components/MiddlewareComponentTest.php +++ b/tests/Middleware/Components/MiddlewareComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Net/Binders/RequestBinderTest.php b/tests/Net/Binders/RequestBinderTest.php index 13ea09a..c7988b0 100644 --- a/tests/Net/Binders/RequestBinderTest.php +++ b/tests/Net/Binders/RequestBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Net/Binders/ResponseWriterBinderTest.php b/tests/Net/Binders/ResponseWriterBinderTest.php index bb40efe..b9f0d02 100644 --- a/tests/Net/Binders/ResponseWriterBinderTest.php +++ b/tests/Net/Binders/ResponseWriterBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Routing/Binders/RoutingBinderTest.php b/tests/Routing/Binders/RoutingBinderTest.php index 81c1b07..632e08d 100644 --- a/tests/Routing/Binders/RoutingBinderTest.php +++ b/tests/Routing/Binders/RoutingBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Routing/Commands/Mocks/MiddlewareA.php b/tests/Routing/Commands/Mocks/MiddlewareA.php index dbef4fb..4015ba2 100644 --- a/tests/Routing/Commands/Mocks/MiddlewareA.php +++ b/tests/Routing/Commands/Mocks/MiddlewareA.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Routing/Commands/Mocks/MiddlewareB.php b/tests/Routing/Commands/Mocks/MiddlewareB.php index 120f155..744d9ab 100644 --- a/tests/Routing/Commands/Mocks/MiddlewareB.php +++ b/tests/Routing/Commands/Mocks/MiddlewareB.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Routing/Commands/RouteListCommandHandlerTest.php b/tests/Routing/Commands/RouteListCommandHandlerTest.php index 3e035c8..c5ed456 100644 --- a/tests/Routing/Commands/RouteListCommandHandlerTest.php +++ b/tests/Routing/Commands/RouteListCommandHandlerTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Routing/Commands/RouteListCommandTest.php b/tests/Routing/Commands/RouteListCommandTest.php index 28d6181..7734528 100644 --- a/tests/Routing/Commands/RouteListCommandTest.php +++ b/tests/Routing/Commands/RouteListCommandTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Routing/Components/RouterComponentTest.php b/tests/Routing/Components/RouterComponentTest.php index d052115..8833957 100644 --- a/tests/Routing/Components/RouterComponentTest.php +++ b/tests/Routing/Components/RouterComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Routing/RouteRequestFactoryTest.php b/tests/Routing/RouteRequestFactoryTest.php index 80bb377..481b217 100644 --- a/tests/Routing/RouteRequestFactoryTest.php +++ b/tests/Routing/RouteRequestFactoryTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Serialization/Binders/Mocks/MockEncoder.php b/tests/Serialization/Binders/Mocks/MockEncoder.php index c889a82..bf0bb93 100644 --- a/tests/Serialization/Binders/Mocks/MockEncoder.php +++ b/tests/Serialization/Binders/Mocks/MockEncoder.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Serialization/Binders/Mocks/MockNormalizer.php b/tests/Serialization/Binders/Mocks/MockNormalizer.php index 11817f8..a10594a 100644 --- a/tests/Serialization/Binders/Mocks/MockNormalizer.php +++ b/tests/Serialization/Binders/Mocks/MockNormalizer.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Serialization/Binders/SymfonySerializerBinderTest.php b/tests/Serialization/Binders/SymfonySerializerBinderTest.php index d68ad05..2e01b4a 100644 --- a/tests/Serialization/Binders/SymfonySerializerBinderTest.php +++ b/tests/Serialization/Binders/SymfonySerializerBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Serialization/Normalizers/ProblemDetailsNormalizerTest.php b/tests/Serialization/Normalizers/ProblemDetailsNormalizerTest.php index 21803dc..3ddeb46 100644 --- a/tests/Serialization/Normalizers/ProblemDetailsNormalizerTest.php +++ b/tests/Serialization/Normalizers/ProblemDetailsNormalizerTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Validation/Binders/ValidationBinderTest.php b/tests/Validation/Binders/ValidationBinderTest.php index 5022a08..90ff592 100644 --- a/tests/Validation/Binders/ValidationBinderTest.php +++ b/tests/Validation/Binders/ValidationBinderTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */ diff --git a/tests/Validation/Components/ValidationComponentTest.php b/tests/Validation/Components/ValidationComponentTest.php index 2fa7c23..e6ff221 100644 --- a/tests/Validation/Components/ValidationComponentTest.php +++ b/tests/Validation/Components/ValidationComponentTest.php @@ -4,7 +4,7 @@ * Aphiria * * @link https://www.aphiria.com - * @copyright Copyright (C) 2024 David Young + * @copyright Copyright (C) 2025 David Young * @license https://github.com/aphiria/aphiria/blob/1.x/LICENSE.md */