From a69f561db86f79907f47a7c3f8ef2d50124a8622 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 26 May 2021 16:16:17 -0500 Subject: [PATCH] docs: remove file headers - Updates to laminas-coding-standard 2.2.x - Applies fix to remove file headers Signed-off-by: Matthew Weier O'Phinney --- composer.json | 2 +- composer.lock | 13 ++++++------- src/AbstractStaticResourceHandlerFactory.php | 2 -- src/Command/IsRunningTrait.php | 2 -- src/Command/ReloadCommand.php | 2 -- src/Command/ReloadCommandFactory.php | 2 -- src/Command/StartCommand.php | 2 -- src/Command/StartCommandFactory.php | 2 -- src/Command/StatusCommand.php | 2 -- src/Command/StatusCommandFactory.php | 2 -- src/Command/StopCommand.php | 2 -- src/Command/StopCommandFactory.php | 2 -- src/ConfigProvider.php | 2 -- src/Event/AbstractServerAwareEvent.php | 2 -- src/Event/AbstractSwooleWorkerEvent.php | 2 -- src/Event/AbstractTaskEvent.php | 2 -- src/Event/AfterReloadEvent.php | 2 -- src/Event/BeforeReloadEvent.php | 2 -- src/Event/EventDispatcher.php | 2 -- src/Event/EventDispatcherFactory.php | 2 -- src/Event/EventDispatcherInterface.php | 2 -- src/Event/HotCodeReloaderWorkerStartListener.php | 2 -- .../HotCodeReloaderWorkerStartListenerFactory.php | 2 -- src/Event/ManagerStartEvent.php | 2 -- src/Event/ManagerStopEvent.php | 2 -- src/Event/ProcessNameTrait.php | 2 -- src/Event/RequestEvent.php | 2 -- src/Event/RequestHandlerRequestListener.php | 2 -- src/Event/RequestHandlerRequestListenerFactory.php | 2 -- src/Event/ServerShutdownEvent.php | 2 -- src/Event/ServerShutdownListener.php | 2 -- src/Event/ServerShutdownListenerFactory.php | 2 -- src/Event/ServerStartEvent.php | 2 -- src/Event/ServerStartListener.php | 2 -- src/Event/ServerStartListenerFactory.php | 2 -- src/Event/StaticResourceRequestListener.php | 2 -- src/Event/StaticResourceRequestListenerFactory.php | 2 -- src/Event/SwooleListenerProvider.php | 2 -- src/Event/SwooleListenerProviderFactory.php | 2 -- src/Event/TaskEvent.php | 2 -- src/Event/TaskFinishEvent.php | 2 -- src/Event/WorkerErrorEvent.php | 2 -- src/Event/WorkerStartEvent.php | 2 -- src/Event/WorkerStartListener.php | 2 -- src/Event/WorkerStartListenerFactory.php | 2 -- src/Event/WorkerStopEvent.php | 2 -- src/Exception/ExceptionInterface.php | 2 -- src/Exception/ExtensionNotLoadedException.php | 2 -- src/Exception/InvalidArgumentException.php | 2 -- src/Exception/InvalidConfigException.php | 2 -- src/Exception/InvalidListenerException.php | 2 -- .../InvalidStaticResourceMiddlewareException.php | 2 -- src/Exception/RuntimeException.php | 2 -- .../FileWatcher/InotifyFileWatcher.php | 2 -- src/HotCodeReload/FileWatcherInterface.php | 2 -- src/HttpServerFactory.php | 2 -- src/Log/AccessLogDataMap.php | 2 -- src/Log/AccessLogFactory.php | 2 -- src/Log/AccessLogFormatter.php | 2 -- src/Log/AccessLogFormatterInterface.php | 2 -- src/Log/AccessLogInterface.php | 2 -- src/Log/LoggerResolvingTrait.php | 2 -- src/Log/Psr3AccessLogDecorator.php | 2 -- src/Log/StdoutLogger.php | 2 -- src/Log/SwooleLoggerFactory.php | 2 -- src/PidManager.php | 2 -- src/PidManagerFactory.php | 2 -- src/ServerRequestSwooleFactory.php | 2 -- src/StaticMappedResourceHandler.php | 2 -- src/StaticMappedResourceHandlerFactory.php | 2 -- src/StaticResourceHandler.php | 2 -- .../CacheControlMiddleware.php | 2 -- .../ClearStatCacheMiddleware.php | 2 -- .../ContentTypeFilterMiddleware.php | 2 -- src/StaticResourceHandler/ETagMiddleware.php | 2 -- .../FileLocationRepository.php | 2 -- .../FileLocationRepositoryFactory.php | 2 -- .../FileLocationRepositoryInterface.php | 2 -- src/StaticResourceHandler/GzipMiddleware.php | 2 -- src/StaticResourceHandler/HeadMiddleware.php | 2 -- .../LastModifiedMiddleware.php | 2 -- .../MethodNotAllowedMiddleware.php | 2 -- src/StaticResourceHandler/MiddlewareInterface.php | 2 -- src/StaticResourceHandler/MiddlewareQueue.php | 2 -- src/StaticResourceHandler/OptionsMiddleware.php | 2 -- .../StaticResourceResponse.php | 2 -- .../ValidateMiddlewareTrait.php | 2 -- src/StaticResourceHandler/ValidateRegexTrait.php | 2 -- src/StaticResourceHandlerFactory.php | 2 -- src/StaticResourceHandlerInterface.php | 2 -- src/SwooleEmitter.php | 2 -- src/SwooleRequestHandlerRunner.php | 2 -- src/SwooleRequestHandlerRunnerFactory.php | 2 -- src/SwooleStream.php | 2 -- src/Task/DeferredListener.php | 2 -- src/Task/DeferredListenerDelegator.php | 2 -- src/Task/DeferredServiceListener.php | 2 -- src/Task/DeferredServiceListenerDelegator.php | 2 -- src/Task/ServiceBasedTask.php | 2 -- src/Task/Task.php | 2 -- src/Task/TaskEventDispatchListener.php | 2 -- src/Task/TaskEventDispatchListenerFactory.php | 2 -- src/Task/TaskInterface.php | 2 -- src/Task/TaskInvokerListener.php | 2 -- src/Task/TaskInvokerListenerFactory.php | 2 -- src/WhoopsPrettyPageHandlerDelegator.php | 2 -- test/AssertResponseTrait.php | 2 -- test/AttributeAssertionTrait.php | 2 -- test/Command/ReflectMethodTrait.php | 2 -- test/Command/ReloadCommandFactoryTest.php | 2 -- test/Command/ReloadCommandTest.php | 2 -- test/Command/StartCommandFactoryTest.php | 2 -- test/Command/StartCommandTest.php | 2 -- test/Command/StatusCommandFactoryTest.php | 2 -- test/Command/StatusCommandTest.php | 2 -- test/Command/StopCommandFactoryTest.php | 2 -- test/Command/StopCommandTest.php | 2 -- test/Command/TestAsset/HttpServer.php | 2 -- test/Command/TestAsset/config/pipeline.php | 2 -- test/Command/TestAsset/config/routes.php | 2 -- test/ConfigProviderTest.php | 2 -- test/Event/EventDispatcherFactoryTest.php | 2 -- test/Event/EventDispatcherTest.php | 2 -- ...otCodeReloaderWorkerStartListenerFactoryTest.php | 2 -- .../HotCodeReloaderWorkerStartListenerTest.php | 2 -- .../RequestHandlerRequestListenerFactoryTest.php | 2 -- test/Event/RequestHandlerRequestListenerTest.php | 2 -- test/Event/ServerShutdownListenerFactoryTest.php | 2 -- test/Event/ServerShutdownListenerTest.php | 2 -- test/Event/ServerStartListenerFactoryTest.php | 2 -- test/Event/ServerStartListenerTest.php | 2 -- .../StaticResourceRequestListenerFactoryTest.php | 2 -- test/Event/StaticResourceRequestListenerTest.php | 2 -- test/Event/SwooleListenerProviderFactoryTest.php | 2 -- test/Event/SwooleListenerProviderTest.php | 2 -- test/Event/TestAsset/TestEvent.php | 2 -- test/Event/WorkerStartListenerFactoryTest.php | 2 -- test/Event/WorkerStartListenerTest.php | 2 -- .../FileWatcher/InotifyFileWatcherTest.php | 2 -- test/HttpServerFactoryTest.php | 2 -- test/Log/AccessLogDataMapTest.php | 2 -- test/Log/AccessLogFactoryTest.php | 2 -- test/Log/AccessLogFormatterTest.php | 2 -- test/Log/LoggerFactoryHelperTrait.php | 2 -- test/Log/Psr3AccessLogDecoratorTest.php | 2 -- test/Log/SwooleLoggerFactoryTest.php | 2 -- test/PidManagerFactoryTest.php | 2 -- test/ServerRequestSwooleFactoryTest.php | 2 -- test/StaticMappedResourceHandlerFactoryTest.php | 2 -- test/StaticMappedResourceHandlerTest.php | 2 -- .../CacheControlMiddlewareTest.php | 2 -- .../ContentTypeFilterMiddlewareTest.php | 2 -- test/StaticResourceHandler/ETagMiddlewareTest.php | 2 -- .../FileLocationRepositoryFactoryTest.php | 2 -- .../FileLocationRepositoryTest.php | 2 -- test/StaticResourceHandler/GzipMiddlewareTest.php | 2 -- test/StaticResourceHandler/HeadMiddlewareTest.php | 2 -- .../StaticResourceHandler/IntegrationMappedTest.php | 2 -- test/StaticResourceHandler/IntegrationTest.php | 2 -- .../LastModifiedMiddlewareTest.php | 2 -- .../MethodNotAllowedMiddlewareTest.php | 2 -- test/StaticResourceHandler/MiddlewareQueueTest.php | 2 -- .../StaticResourceHandler/OptionsMiddlewareTest.php | 2 -- .../StaticResourceResponseTest.php | 2 -- test/StaticResourceHandlerFactoryTest.php | 2 -- test/StaticResourceHandlerTest.php | 2 -- test/SwooleEmitterTest.php | 2 -- test/SwooleRequestHandlerRunnerFactoryTest.php | 2 -- test/SwooleRequestHandlerRunnerTest.php | 2 -- test/SwooleStreamTest.php | 2 -- test/Task/DeferredListenerDelegatorTest.php | 2 -- test/Task/DeferredListenerTest.php | 2 -- test/Task/DeferredServiceListenerDelegatorTest.php | 2 -- test/Task/DeferredServiceListenerTest.php | 2 -- test/Task/ServiceBasedTaskTest.php | 2 -- test/Task/TaskEventDispatchListenerFactoryTest.php | 2 -- test/Task/TaskEventDispatchListenerTest.php | 2 -- test/Task/TaskInvokerListenerFactoryTest.php | 2 -- test/Task/TaskInvokerListenerTest.php | 2 -- test/Task/TaskTest.php | 2 -- test/TestAsset/CallableObject.php | 2 -- test/TestAsset/ClassWithCallbacks.php | 2 -- test/WhoopsPrettyPageHandlerDelegatorTest.php | 2 -- 183 files changed, 7 insertions(+), 370 deletions(-) diff --git a/composer.json b/composer.json index 1f9a2ddd..fdbb5b6d 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ }, "require-dev": { "filp/whoops": "^2.1", - "laminas/laminas-coding-standard": "~2.1.0", + "laminas/laminas-coding-standard": "~2.2.0", "laminas/laminas-servicemanager": "^3.3", "phpunit/phpunit": "^9.3.10", "psalm/plugin-phpunit": "^0.13.0", diff --git a/composer.lock b/composer.lock index 36db669e..f87e6762 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "214dd608c2755ecb700f2aae259c4fe2", + "content-hash": "2c76c738e4ea8c1f3cca5346412449ba", "packages": [ { "name": "composer/package-versions-deprecated", @@ -3010,21 +3010,20 @@ }, { "name": "laminas/laminas-coding-standard", - "version": "2.1.4", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-coding-standard.git", - "reference": "d75f1acf615232e108da2d2cf5a7df3e527b8f38" + "reference": "c953ecb1d37034f4aa326046e2c24a10fe0a2845" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-coding-standard/zipball/d75f1acf615232e108da2d2cf5a7df3e527b8f38", - "reference": "d75f1acf615232e108da2d2cf5a7df3e527b8f38", + "url": "https://api.github.com/repos/laminas/laminas-coding-standard/zipball/c953ecb1d37034f4aa326046e2c24a10fe0a2845", + "reference": "c953ecb1d37034f4aa326046e2c24a10fe0a2845", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", - "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0", "slevomat/coding-standard": "^6.4.1", "squizlabs/php_codesniffer": "^3.5.8", @@ -3060,7 +3059,7 @@ "type": "community_bridge" } ], - "time": "2020-10-26T07:33:05+00:00" + "time": "2021-05-17T17:39:41+00:00" }, { "name": "laminas/laminas-servicemanager", diff --git a/src/AbstractStaticResourceHandlerFactory.php b/src/AbstractStaticResourceHandlerFactory.php index d9ee9cd5..fd95e71f 100644 --- a/src/AbstractStaticResourceHandlerFactory.php +++ b/src/AbstractStaticResourceHandlerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/IsRunningTrait.php b/src/Command/IsRunningTrait.php index dfe7d3af..4ba73a66 100644 --- a/src/Command/IsRunningTrait.php +++ b/src/Command/IsRunningTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/ReloadCommand.php b/src/Command/ReloadCommand.php index 63bead54..c9a4cb40 100644 --- a/src/Command/ReloadCommand.php +++ b/src/Command/ReloadCommand.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/ReloadCommandFactory.php b/src/Command/ReloadCommandFactory.php index 29638e0a..5f07d5ca 100644 --- a/src/Command/ReloadCommandFactory.php +++ b/src/Command/ReloadCommandFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/StartCommand.php b/src/Command/StartCommand.php index 0a162415..c1234a4b 100644 --- a/src/Command/StartCommand.php +++ b/src/Command/StartCommand.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/StartCommandFactory.php b/src/Command/StartCommandFactory.php index d9efd2d9..ddac2f10 100644 --- a/src/Command/StartCommandFactory.php +++ b/src/Command/StartCommandFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/StatusCommand.php b/src/Command/StatusCommand.php index ca12b59f..8d2db191 100644 --- a/src/Command/StatusCommand.php +++ b/src/Command/StatusCommand.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/StatusCommandFactory.php b/src/Command/StatusCommandFactory.php index cdd7cafb..4b200b8f 100644 --- a/src/Command/StatusCommandFactory.php +++ b/src/Command/StatusCommandFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/StopCommand.php b/src/Command/StopCommand.php index 821c8a18..14987c1d 100644 --- a/src/Command/StopCommand.php +++ b/src/Command/StopCommand.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Command/StopCommandFactory.php b/src/Command/StopCommandFactory.php index 4c15c0fa..46e56586 100644 --- a/src/Command/StopCommandFactory.php +++ b/src/Command/StopCommandFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 991f5f78..d8d331ff 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/AbstractServerAwareEvent.php b/src/Event/AbstractServerAwareEvent.php index 46352412..2216b00e 100644 --- a/src/Event/AbstractServerAwareEvent.php +++ b/src/Event/AbstractServerAwareEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/AbstractSwooleWorkerEvent.php b/src/Event/AbstractSwooleWorkerEvent.php index 6d027a18..277a2a08 100644 --- a/src/Event/AbstractSwooleWorkerEvent.php +++ b/src/Event/AbstractSwooleWorkerEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/AbstractTaskEvent.php b/src/Event/AbstractTaskEvent.php index 66026a0d..5dfccfde 100644 --- a/src/Event/AbstractTaskEvent.php +++ b/src/Event/AbstractTaskEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/AfterReloadEvent.php b/src/Event/AfterReloadEvent.php index 11fedfde..9ed551fe 100644 --- a/src/Event/AfterReloadEvent.php +++ b/src/Event/AfterReloadEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/BeforeReloadEvent.php b/src/Event/BeforeReloadEvent.php index 9e518cd4..91745a22 100644 --- a/src/Event/BeforeReloadEvent.php +++ b/src/Event/BeforeReloadEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/EventDispatcher.php b/src/Event/EventDispatcher.php index 9e320d6d..e4c087eb 100644 --- a/src/Event/EventDispatcher.php +++ b/src/Event/EventDispatcher.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/EventDispatcherFactory.php b/src/Event/EventDispatcherFactory.php index ad1e069f..f21b8f57 100644 --- a/src/Event/EventDispatcherFactory.php +++ b/src/Event/EventDispatcherFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/EventDispatcherInterface.php b/src/Event/EventDispatcherInterface.php index ef74d449..a1457771 100644 --- a/src/Event/EventDispatcherInterface.php +++ b/src/Event/EventDispatcherInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/HotCodeReloaderWorkerStartListener.php b/src/Event/HotCodeReloaderWorkerStartListener.php index 9416be64..0fe5cbe8 100644 --- a/src/Event/HotCodeReloaderWorkerStartListener.php +++ b/src/Event/HotCodeReloaderWorkerStartListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/HotCodeReloaderWorkerStartListenerFactory.php b/src/Event/HotCodeReloaderWorkerStartListenerFactory.php index 8c353092..0c402e8f 100644 --- a/src/Event/HotCodeReloaderWorkerStartListenerFactory.php +++ b/src/Event/HotCodeReloaderWorkerStartListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ManagerStartEvent.php b/src/Event/ManagerStartEvent.php index 0ebfc34e..c6adcb3d 100644 --- a/src/Event/ManagerStartEvent.php +++ b/src/Event/ManagerStartEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ManagerStopEvent.php b/src/Event/ManagerStopEvent.php index e23ad986..80f2d606 100644 --- a/src/Event/ManagerStopEvent.php +++ b/src/Event/ManagerStopEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ProcessNameTrait.php b/src/Event/ProcessNameTrait.php index 06198ebd..cc688451 100644 --- a/src/Event/ProcessNameTrait.php +++ b/src/Event/ProcessNameTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/RequestEvent.php b/src/Event/RequestEvent.php index cc1d083d..c9035a4e 100644 --- a/src/Event/RequestEvent.php +++ b/src/Event/RequestEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/RequestHandlerRequestListener.php b/src/Event/RequestHandlerRequestListener.php index 1c96a6c5..c37d1b83 100644 --- a/src/Event/RequestHandlerRequestListener.php +++ b/src/Event/RequestHandlerRequestListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/RequestHandlerRequestListenerFactory.php b/src/Event/RequestHandlerRequestListenerFactory.php index 5e6e1ee2..c701e3b3 100644 --- a/src/Event/RequestHandlerRequestListenerFactory.php +++ b/src/Event/RequestHandlerRequestListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ServerShutdownEvent.php b/src/Event/ServerShutdownEvent.php index b0cd70b6..28061460 100644 --- a/src/Event/ServerShutdownEvent.php +++ b/src/Event/ServerShutdownEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ServerShutdownListener.php b/src/Event/ServerShutdownListener.php index 6bff6593..4dbc6c0d 100644 --- a/src/Event/ServerShutdownListener.php +++ b/src/Event/ServerShutdownListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ServerShutdownListenerFactory.php b/src/Event/ServerShutdownListenerFactory.php index a7291a70..67d44635 100644 --- a/src/Event/ServerShutdownListenerFactory.php +++ b/src/Event/ServerShutdownListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ServerStartEvent.php b/src/Event/ServerStartEvent.php index 08045af0..3a67346a 100644 --- a/src/Event/ServerStartEvent.php +++ b/src/Event/ServerStartEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ServerStartListener.php b/src/Event/ServerStartListener.php index 693d0b1b..04fb2f78 100644 --- a/src/Event/ServerStartListener.php +++ b/src/Event/ServerStartListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/ServerStartListenerFactory.php b/src/Event/ServerStartListenerFactory.php index eea2c658..f8e16e07 100644 --- a/src/Event/ServerStartListenerFactory.php +++ b/src/Event/ServerStartListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/StaticResourceRequestListener.php b/src/Event/StaticResourceRequestListener.php index 3ee35247..cd3c8dff 100644 --- a/src/Event/StaticResourceRequestListener.php +++ b/src/Event/StaticResourceRequestListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/StaticResourceRequestListenerFactory.php b/src/Event/StaticResourceRequestListenerFactory.php index 3ac50115..1ec7bd4f 100644 --- a/src/Event/StaticResourceRequestListenerFactory.php +++ b/src/Event/StaticResourceRequestListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/SwooleListenerProvider.php b/src/Event/SwooleListenerProvider.php index ab3882f9..4cbc0fef 100644 --- a/src/Event/SwooleListenerProvider.php +++ b/src/Event/SwooleListenerProvider.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/SwooleListenerProviderFactory.php b/src/Event/SwooleListenerProviderFactory.php index fd21a84b..3255e920 100644 --- a/src/Event/SwooleListenerProviderFactory.php +++ b/src/Event/SwooleListenerProviderFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/TaskEvent.php b/src/Event/TaskEvent.php index cbd17b56..f577a4bb 100644 --- a/src/Event/TaskEvent.php +++ b/src/Event/TaskEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/TaskFinishEvent.php b/src/Event/TaskFinishEvent.php index 1669c7d2..baf94748 100644 --- a/src/Event/TaskFinishEvent.php +++ b/src/Event/TaskFinishEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/WorkerErrorEvent.php b/src/Event/WorkerErrorEvent.php index 39182d46..1e70eb48 100644 --- a/src/Event/WorkerErrorEvent.php +++ b/src/Event/WorkerErrorEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/WorkerStartEvent.php b/src/Event/WorkerStartEvent.php index 6008c419..8c3e29f6 100644 --- a/src/Event/WorkerStartEvent.php +++ b/src/Event/WorkerStartEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/WorkerStartListener.php b/src/Event/WorkerStartListener.php index 2c6db56d..db116a92 100644 --- a/src/Event/WorkerStartListener.php +++ b/src/Event/WorkerStartListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/WorkerStartListenerFactory.php b/src/Event/WorkerStartListenerFactory.php index 0f78e2ff..1b3d13ce 100644 --- a/src/Event/WorkerStartListenerFactory.php +++ b/src/Event/WorkerStartListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Event/WorkerStopEvent.php b/src/Event/WorkerStopEvent.php index 2f92c406..7c80830f 100644 --- a/src/Event/WorkerStopEvent.php +++ b/src/Event/WorkerStopEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 7ebd733b..2aea7964 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/ExtensionNotLoadedException.php b/src/Exception/ExtensionNotLoadedException.php index edd54480..5035cb47 100644 --- a/src/Exception/ExtensionNotLoadedException.php +++ b/src/Exception/ExtensionNotLoadedException.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 4411124d..79d603a5 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/InvalidConfigException.php b/src/Exception/InvalidConfigException.php index b711c84e..9d5ab4a8 100644 --- a/src/Exception/InvalidConfigException.php +++ b/src/Exception/InvalidConfigException.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/InvalidListenerException.php b/src/Exception/InvalidListenerException.php index e21344d0..44102ebe 100644 --- a/src/Exception/InvalidListenerException.php +++ b/src/Exception/InvalidListenerException.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/InvalidStaticResourceMiddlewareException.php b/src/Exception/InvalidStaticResourceMiddlewareException.php index a021f133..9bb97ae2 100644 --- a/src/Exception/InvalidStaticResourceMiddlewareException.php +++ b/src/Exception/InvalidStaticResourceMiddlewareException.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index 395f9734..bcb46f31 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php b/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php index e41ed522..e086b876 100644 --- a/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php +++ b/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/HotCodeReload/FileWatcherInterface.php b/src/HotCodeReload/FileWatcherInterface.php index dd5b2b93..4b243635 100644 --- a/src/HotCodeReload/FileWatcherInterface.php +++ b/src/HotCodeReload/FileWatcherInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/HttpServerFactory.php b/src/HttpServerFactory.php index 0f486275..e5a9008b 100644 --- a/src/HttpServerFactory.php +++ b/src/HttpServerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/AccessLogDataMap.php b/src/Log/AccessLogDataMap.php index 9218485d..137eede2 100644 --- a/src/Log/AccessLogDataMap.php +++ b/src/Log/AccessLogDataMap.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/AccessLogFactory.php b/src/Log/AccessLogFactory.php index 8426df19..f09af22b 100644 --- a/src/Log/AccessLogFactory.php +++ b/src/Log/AccessLogFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/AccessLogFormatter.php b/src/Log/AccessLogFormatter.php index e9aab3b2..4890a026 100644 --- a/src/Log/AccessLogFormatter.php +++ b/src/Log/AccessLogFormatter.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/AccessLogFormatterInterface.php b/src/Log/AccessLogFormatterInterface.php index 4dfcdd67..3ca9729d 100644 --- a/src/Log/AccessLogFormatterInterface.php +++ b/src/Log/AccessLogFormatterInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/AccessLogInterface.php b/src/Log/AccessLogInterface.php index bcb6b483..436ffade 100644 --- a/src/Log/AccessLogInterface.php +++ b/src/Log/AccessLogInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/LoggerResolvingTrait.php b/src/Log/LoggerResolvingTrait.php index ab4016c1..6de73ca7 100644 --- a/src/Log/LoggerResolvingTrait.php +++ b/src/Log/LoggerResolvingTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/Psr3AccessLogDecorator.php b/src/Log/Psr3AccessLogDecorator.php index 9f0ad04f..65b9ce5f 100644 --- a/src/Log/Psr3AccessLogDecorator.php +++ b/src/Log/Psr3AccessLogDecorator.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/StdoutLogger.php b/src/Log/StdoutLogger.php index 49851bc4..8a3110a6 100644 --- a/src/Log/StdoutLogger.php +++ b/src/Log/StdoutLogger.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Log/SwooleLoggerFactory.php b/src/Log/SwooleLoggerFactory.php index 0e43b707..905101ef 100644 --- a/src/Log/SwooleLoggerFactory.php +++ b/src/Log/SwooleLoggerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/PidManager.php b/src/PidManager.php index 6aaabfd7..b2016b11 100644 --- a/src/PidManager.php +++ b/src/PidManager.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/PidManagerFactory.php b/src/PidManagerFactory.php index 14cc7c00..071d9912 100644 --- a/src/PidManagerFactory.php +++ b/src/PidManagerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/ServerRequestSwooleFactory.php b/src/ServerRequestSwooleFactory.php index ff1ef9a3..b96972fd 100644 --- a/src/ServerRequestSwooleFactory.php +++ b/src/ServerRequestSwooleFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticMappedResourceHandler.php b/src/StaticMappedResourceHandler.php index 871376d4..bb30ce33 100644 --- a/src/StaticMappedResourceHandler.php +++ b/src/StaticMappedResourceHandler.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticMappedResourceHandlerFactory.php b/src/StaticMappedResourceHandlerFactory.php index 4dcec3ed..2efeada2 100644 --- a/src/StaticMappedResourceHandlerFactory.php +++ b/src/StaticMappedResourceHandlerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler.php b/src/StaticResourceHandler.php index 683dcbb4..19213e07 100644 --- a/src/StaticResourceHandler.php +++ b/src/StaticResourceHandler.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/CacheControlMiddleware.php b/src/StaticResourceHandler/CacheControlMiddleware.php index 8ab1ca55..f9c14f29 100644 --- a/src/StaticResourceHandler/CacheControlMiddleware.php +++ b/src/StaticResourceHandler/CacheControlMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/ClearStatCacheMiddleware.php b/src/StaticResourceHandler/ClearStatCacheMiddleware.php index 2d376144..4af244d9 100644 --- a/src/StaticResourceHandler/ClearStatCacheMiddleware.php +++ b/src/StaticResourceHandler/ClearStatCacheMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/ContentTypeFilterMiddleware.php b/src/StaticResourceHandler/ContentTypeFilterMiddleware.php index 277f7ee0..19b2f6b1 100644 --- a/src/StaticResourceHandler/ContentTypeFilterMiddleware.php +++ b/src/StaticResourceHandler/ContentTypeFilterMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/ETagMiddleware.php b/src/StaticResourceHandler/ETagMiddleware.php index 9b8fa318..4a94d1b4 100644 --- a/src/StaticResourceHandler/ETagMiddleware.php +++ b/src/StaticResourceHandler/ETagMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/FileLocationRepository.php b/src/StaticResourceHandler/FileLocationRepository.php index 15ad49ae..36fe1b86 100644 --- a/src/StaticResourceHandler/FileLocationRepository.php +++ b/src/StaticResourceHandler/FileLocationRepository.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/FileLocationRepositoryFactory.php b/src/StaticResourceHandler/FileLocationRepositoryFactory.php index 3fec7baa..eb042155 100644 --- a/src/StaticResourceHandler/FileLocationRepositoryFactory.php +++ b/src/StaticResourceHandler/FileLocationRepositoryFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/FileLocationRepositoryInterface.php b/src/StaticResourceHandler/FileLocationRepositoryInterface.php index 0e6e84d4..8c9498f5 100644 --- a/src/StaticResourceHandler/FileLocationRepositoryInterface.php +++ b/src/StaticResourceHandler/FileLocationRepositoryInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/GzipMiddleware.php b/src/StaticResourceHandler/GzipMiddleware.php index ac940d3a..9939af9c 100644 --- a/src/StaticResourceHandler/GzipMiddleware.php +++ b/src/StaticResourceHandler/GzipMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/HeadMiddleware.php b/src/StaticResourceHandler/HeadMiddleware.php index 07b801ff..aede71dc 100644 --- a/src/StaticResourceHandler/HeadMiddleware.php +++ b/src/StaticResourceHandler/HeadMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/LastModifiedMiddleware.php b/src/StaticResourceHandler/LastModifiedMiddleware.php index 957d7b7d..5392dffb 100644 --- a/src/StaticResourceHandler/LastModifiedMiddleware.php +++ b/src/StaticResourceHandler/LastModifiedMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/MethodNotAllowedMiddleware.php b/src/StaticResourceHandler/MethodNotAllowedMiddleware.php index acd0cf14..d1654388 100644 --- a/src/StaticResourceHandler/MethodNotAllowedMiddleware.php +++ b/src/StaticResourceHandler/MethodNotAllowedMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/MiddlewareInterface.php b/src/StaticResourceHandler/MiddlewareInterface.php index 1742be96..121c0649 100644 --- a/src/StaticResourceHandler/MiddlewareInterface.php +++ b/src/StaticResourceHandler/MiddlewareInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/MiddlewareQueue.php b/src/StaticResourceHandler/MiddlewareQueue.php index d3a0f1d8..231cbc64 100644 --- a/src/StaticResourceHandler/MiddlewareQueue.php +++ b/src/StaticResourceHandler/MiddlewareQueue.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/OptionsMiddleware.php b/src/StaticResourceHandler/OptionsMiddleware.php index 793363b7..2bcbe065 100644 --- a/src/StaticResourceHandler/OptionsMiddleware.php +++ b/src/StaticResourceHandler/OptionsMiddleware.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/StaticResourceResponse.php b/src/StaticResourceHandler/StaticResourceResponse.php index b45ac719..28028865 100644 --- a/src/StaticResourceHandler/StaticResourceResponse.php +++ b/src/StaticResourceHandler/StaticResourceResponse.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/ValidateMiddlewareTrait.php b/src/StaticResourceHandler/ValidateMiddlewareTrait.php index 68febae8..8c4558fc 100644 --- a/src/StaticResourceHandler/ValidateMiddlewareTrait.php +++ b/src/StaticResourceHandler/ValidateMiddlewareTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandler/ValidateRegexTrait.php b/src/StaticResourceHandler/ValidateRegexTrait.php index eea86f2b..d7cd4254 100644 --- a/src/StaticResourceHandler/ValidateRegexTrait.php +++ b/src/StaticResourceHandler/ValidateRegexTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandlerFactory.php b/src/StaticResourceHandlerFactory.php index 327b8090..2fc99aa6 100644 --- a/src/StaticResourceHandlerFactory.php +++ b/src/StaticResourceHandlerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/StaticResourceHandlerInterface.php b/src/StaticResourceHandlerInterface.php index 8c965b0c..29551589 100644 --- a/src/StaticResourceHandlerInterface.php +++ b/src/StaticResourceHandlerInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/SwooleEmitter.php b/src/SwooleEmitter.php index b032f497..d3c960f2 100644 --- a/src/SwooleEmitter.php +++ b/src/SwooleEmitter.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/SwooleRequestHandlerRunner.php b/src/SwooleRequestHandlerRunner.php index 9371a1a6..514c2a89 100644 --- a/src/SwooleRequestHandlerRunner.php +++ b/src/SwooleRequestHandlerRunner.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/SwooleRequestHandlerRunnerFactory.php b/src/SwooleRequestHandlerRunnerFactory.php index 33d2ae13..e6ed3a76 100644 --- a/src/SwooleRequestHandlerRunnerFactory.php +++ b/src/SwooleRequestHandlerRunnerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/SwooleStream.php b/src/SwooleStream.php index 41e33797..6c06b67e 100644 --- a/src/SwooleStream.php +++ b/src/SwooleStream.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/DeferredListener.php b/src/Task/DeferredListener.php index d6672890..e67b5200 100644 --- a/src/Task/DeferredListener.php +++ b/src/Task/DeferredListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/DeferredListenerDelegator.php b/src/Task/DeferredListenerDelegator.php index c5c1224f..6e064050 100644 --- a/src/Task/DeferredListenerDelegator.php +++ b/src/Task/DeferredListenerDelegator.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/DeferredServiceListener.php b/src/Task/DeferredServiceListener.php index 4e5128de..6a60ac51 100644 --- a/src/Task/DeferredServiceListener.php +++ b/src/Task/DeferredServiceListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/DeferredServiceListenerDelegator.php b/src/Task/DeferredServiceListenerDelegator.php index 91238237..81631d9a 100644 --- a/src/Task/DeferredServiceListenerDelegator.php +++ b/src/Task/DeferredServiceListenerDelegator.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/ServiceBasedTask.php b/src/Task/ServiceBasedTask.php index ee613918..7deec7e1 100644 --- a/src/Task/ServiceBasedTask.php +++ b/src/Task/ServiceBasedTask.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/Task.php b/src/Task/Task.php index 80dcc837..be553295 100644 --- a/src/Task/Task.php +++ b/src/Task/Task.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/TaskEventDispatchListener.php b/src/Task/TaskEventDispatchListener.php index 4ebcc19a..9910f6b2 100644 --- a/src/Task/TaskEventDispatchListener.php +++ b/src/Task/TaskEventDispatchListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/TaskEventDispatchListenerFactory.php b/src/Task/TaskEventDispatchListenerFactory.php index 517cfb38..a1cddfcb 100644 --- a/src/Task/TaskEventDispatchListenerFactory.php +++ b/src/Task/TaskEventDispatchListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/TaskInterface.php b/src/Task/TaskInterface.php index 56dc2e59..ff06b6ca 100644 --- a/src/Task/TaskInterface.php +++ b/src/Task/TaskInterface.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/TaskInvokerListener.php b/src/Task/TaskInvokerListener.php index c7bf98f3..7fe8a526 100644 --- a/src/Task/TaskInvokerListener.php +++ b/src/Task/TaskInvokerListener.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Task/TaskInvokerListenerFactory.php b/src/Task/TaskInvokerListenerFactory.php index ab4aea43..e306676c 100644 --- a/src/Task/TaskInvokerListenerFactory.php +++ b/src/Task/TaskInvokerListenerFactory.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/WhoopsPrettyPageHandlerDelegator.php b/src/WhoopsPrettyPageHandlerDelegator.php index 17538f78..0d35e54f 100644 --- a/src/WhoopsPrettyPageHandlerDelegator.php +++ b/src/WhoopsPrettyPageHandlerDelegator.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/AssertResponseTrait.php b/test/AssertResponseTrait.php index 8b9bda63..7bb26417 100644 --- a/test/AssertResponseTrait.php +++ b/test/AssertResponseTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/AttributeAssertionTrait.php b/test/AttributeAssertionTrait.php index 5969594f..4a04cad6 100644 --- a/test/AttributeAssertionTrait.php +++ b/test/AttributeAssertionTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/ReflectMethodTrait.php b/test/Command/ReflectMethodTrait.php index 13582b89..e4270fec 100644 --- a/test/Command/ReflectMethodTrait.php +++ b/test/Command/ReflectMethodTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/ReloadCommandFactoryTest.php b/test/Command/ReloadCommandFactoryTest.php index 1d13066e..2404a2be 100644 --- a/test/Command/ReloadCommandFactoryTest.php +++ b/test/Command/ReloadCommandFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/ReloadCommandTest.php b/test/Command/ReloadCommandTest.php index 695495d4..b10b7be4 100644 --- a/test/Command/ReloadCommandTest.php +++ b/test/Command/ReloadCommandTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/StartCommandFactoryTest.php b/test/Command/StartCommandFactoryTest.php index 7c1a3eeb..b7825d6c 100644 --- a/test/Command/StartCommandFactoryTest.php +++ b/test/Command/StartCommandFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/StartCommandTest.php b/test/Command/StartCommandTest.php index 40033cec..8fe4a4ec 100644 --- a/test/Command/StartCommandTest.php +++ b/test/Command/StartCommandTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/StatusCommandFactoryTest.php b/test/Command/StatusCommandFactoryTest.php index ecd86890..41bd8c8f 100644 --- a/test/Command/StatusCommandFactoryTest.php +++ b/test/Command/StatusCommandFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/StatusCommandTest.php b/test/Command/StatusCommandTest.php index 8fe2c021..d7a53266 100644 --- a/test/Command/StatusCommandTest.php +++ b/test/Command/StatusCommandTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/StopCommandFactoryTest.php b/test/Command/StopCommandFactoryTest.php index e78cd5bc..14b8852d 100644 --- a/test/Command/StopCommandFactoryTest.php +++ b/test/Command/StopCommandFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/StopCommandTest.php b/test/Command/StopCommandTest.php index e7d10e46..99512ac6 100644 --- a/test/Command/StopCommandTest.php +++ b/test/Command/StopCommandTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/TestAsset/HttpServer.php b/test/Command/TestAsset/HttpServer.php index 864ca14c..af2f5620 100644 --- a/test/Command/TestAsset/HttpServer.php +++ b/test/Command/TestAsset/HttpServer.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/TestAsset/config/pipeline.php b/test/Command/TestAsset/config/pipeline.php index d693176e..b7d644b4 100644 --- a/test/Command/TestAsset/config/pipeline.php +++ b/test/Command/TestAsset/config/pipeline.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Command/TestAsset/config/routes.php b/test/Command/TestAsset/config/routes.php index d693176e..b7d644b4 100644 --- a/test/Command/TestAsset/config/routes.php +++ b/test/Command/TestAsset/config/routes.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/ConfigProviderTest.php b/test/ConfigProviderTest.php index acc80d47..e996fce9 100644 --- a/test/ConfigProviderTest.php +++ b/test/ConfigProviderTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/EventDispatcherFactoryTest.php b/test/Event/EventDispatcherFactoryTest.php index b1fd2e9c..40b3ed9c 100644 --- a/test/Event/EventDispatcherFactoryTest.php +++ b/test/Event/EventDispatcherFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/EventDispatcherTest.php b/test/Event/EventDispatcherTest.php index 313c08f5..bfe3d8b1 100644 --- a/test/Event/EventDispatcherTest.php +++ b/test/Event/EventDispatcherTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/HotCodeReloaderWorkerStartListenerFactoryTest.php b/test/Event/HotCodeReloaderWorkerStartListenerFactoryTest.php index 86848d00..2e5b15c6 100644 --- a/test/Event/HotCodeReloaderWorkerStartListenerFactoryTest.php +++ b/test/Event/HotCodeReloaderWorkerStartListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/HotCodeReloaderWorkerStartListenerTest.php b/test/Event/HotCodeReloaderWorkerStartListenerTest.php index 4398f6d8..de733b0f 100644 --- a/test/Event/HotCodeReloaderWorkerStartListenerTest.php +++ b/test/Event/HotCodeReloaderWorkerStartListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/RequestHandlerRequestListenerFactoryTest.php b/test/Event/RequestHandlerRequestListenerFactoryTest.php index e45a14b9..6aa436f2 100644 --- a/test/Event/RequestHandlerRequestListenerFactoryTest.php +++ b/test/Event/RequestHandlerRequestListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/RequestHandlerRequestListenerTest.php b/test/Event/RequestHandlerRequestListenerTest.php index ee53be0d..cd200ca7 100644 --- a/test/Event/RequestHandlerRequestListenerTest.php +++ b/test/Event/RequestHandlerRequestListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/ServerShutdownListenerFactoryTest.php b/test/Event/ServerShutdownListenerFactoryTest.php index 3ab6fa33..7eda352c 100644 --- a/test/Event/ServerShutdownListenerFactoryTest.php +++ b/test/Event/ServerShutdownListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/ServerShutdownListenerTest.php b/test/Event/ServerShutdownListenerTest.php index b7f666f4..9c696153 100644 --- a/test/Event/ServerShutdownListenerTest.php +++ b/test/Event/ServerShutdownListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/ServerStartListenerFactoryTest.php b/test/Event/ServerStartListenerFactoryTest.php index a6f0970d..b1a2cbd6 100644 --- a/test/Event/ServerStartListenerFactoryTest.php +++ b/test/Event/ServerStartListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/ServerStartListenerTest.php b/test/Event/ServerStartListenerTest.php index 600986e3..d846565e 100644 --- a/test/Event/ServerStartListenerTest.php +++ b/test/Event/ServerStartListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/StaticResourceRequestListenerFactoryTest.php b/test/Event/StaticResourceRequestListenerFactoryTest.php index 20c2006a..a75ad93f 100644 --- a/test/Event/StaticResourceRequestListenerFactoryTest.php +++ b/test/Event/StaticResourceRequestListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/StaticResourceRequestListenerTest.php b/test/Event/StaticResourceRequestListenerTest.php index 35552bcc..5dc05c0a 100644 --- a/test/Event/StaticResourceRequestListenerTest.php +++ b/test/Event/StaticResourceRequestListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/SwooleListenerProviderFactoryTest.php b/test/Event/SwooleListenerProviderFactoryTest.php index 51afe239..8fb61eb0 100644 --- a/test/Event/SwooleListenerProviderFactoryTest.php +++ b/test/Event/SwooleListenerProviderFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/SwooleListenerProviderTest.php b/test/Event/SwooleListenerProviderTest.php index 4c788ab5..7d575636 100644 --- a/test/Event/SwooleListenerProviderTest.php +++ b/test/Event/SwooleListenerProviderTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/TestAsset/TestEvent.php b/test/Event/TestAsset/TestEvent.php index 338c6a1c..e7e73864 100644 --- a/test/Event/TestAsset/TestEvent.php +++ b/test/Event/TestAsset/TestEvent.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/WorkerStartListenerFactoryTest.php b/test/Event/WorkerStartListenerFactoryTest.php index fd2bcbb8..e93f2460 100644 --- a/test/Event/WorkerStartListenerFactoryTest.php +++ b/test/Event/WorkerStartListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Event/WorkerStartListenerTest.php b/test/Event/WorkerStartListenerTest.php index a3987a49..2d2d4dfc 100644 --- a/test/Event/WorkerStartListenerTest.php +++ b/test/Event/WorkerStartListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/HotCodeReload/FileWatcher/InotifyFileWatcherTest.php b/test/HotCodeReload/FileWatcher/InotifyFileWatcherTest.php index d611b372..0e27a469 100644 --- a/test/HotCodeReload/FileWatcher/InotifyFileWatcherTest.php +++ b/test/HotCodeReload/FileWatcher/InotifyFileWatcherTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/HttpServerFactoryTest.php b/test/HttpServerFactoryTest.php index 08bd3866..693d123a 100644 --- a/test/HttpServerFactoryTest.php +++ b/test/HttpServerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Log/AccessLogDataMapTest.php b/test/Log/AccessLogDataMapTest.php index 92612bac..15900cd3 100644 --- a/test/Log/AccessLogDataMapTest.php +++ b/test/Log/AccessLogDataMapTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Log/AccessLogFactoryTest.php b/test/Log/AccessLogFactoryTest.php index fb97057d..2c5a5952 100644 --- a/test/Log/AccessLogFactoryTest.php +++ b/test/Log/AccessLogFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Log/AccessLogFormatterTest.php b/test/Log/AccessLogFormatterTest.php index fe08752d..c724e952 100644 --- a/test/Log/AccessLogFormatterTest.php +++ b/test/Log/AccessLogFormatterTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Log/LoggerFactoryHelperTrait.php b/test/Log/LoggerFactoryHelperTrait.php index e943bafa..2f790523 100644 --- a/test/Log/LoggerFactoryHelperTrait.php +++ b/test/Log/LoggerFactoryHelperTrait.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Log/Psr3AccessLogDecoratorTest.php b/test/Log/Psr3AccessLogDecoratorTest.php index 88507e4d..f64725b9 100644 --- a/test/Log/Psr3AccessLogDecoratorTest.php +++ b/test/Log/Psr3AccessLogDecoratorTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Log/SwooleLoggerFactoryTest.php b/test/Log/SwooleLoggerFactoryTest.php index 0e6f33ea..9ef5abeb 100644 --- a/test/Log/SwooleLoggerFactoryTest.php +++ b/test/Log/SwooleLoggerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/PidManagerFactoryTest.php b/test/PidManagerFactoryTest.php index d2e10da6..9b7b25fd 100644 --- a/test/PidManagerFactoryTest.php +++ b/test/PidManagerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/ServerRequestSwooleFactoryTest.php b/test/ServerRequestSwooleFactoryTest.php index e6aff85f..6f42e008 100644 --- a/test/ServerRequestSwooleFactoryTest.php +++ b/test/ServerRequestSwooleFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticMappedResourceHandlerFactoryTest.php b/test/StaticMappedResourceHandlerFactoryTest.php index e4315232..2c2f6bc3 100644 --- a/test/StaticMappedResourceHandlerFactoryTest.php +++ b/test/StaticMappedResourceHandlerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticMappedResourceHandlerTest.php b/test/StaticMappedResourceHandlerTest.php index 2b068a9d..c0038860 100644 --- a/test/StaticMappedResourceHandlerTest.php +++ b/test/StaticMappedResourceHandlerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/CacheControlMiddlewareTest.php b/test/StaticResourceHandler/CacheControlMiddlewareTest.php index 38814771..a0271aa2 100644 --- a/test/StaticResourceHandler/CacheControlMiddlewareTest.php +++ b/test/StaticResourceHandler/CacheControlMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/ContentTypeFilterMiddlewareTest.php b/test/StaticResourceHandler/ContentTypeFilterMiddlewareTest.php index 4ca3a8ab..bb61febb 100644 --- a/test/StaticResourceHandler/ContentTypeFilterMiddlewareTest.php +++ b/test/StaticResourceHandler/ContentTypeFilterMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/ETagMiddlewareTest.php b/test/StaticResourceHandler/ETagMiddlewareTest.php index c52d4c54..1696d23c 100644 --- a/test/StaticResourceHandler/ETagMiddlewareTest.php +++ b/test/StaticResourceHandler/ETagMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/FileLocationRepositoryFactoryTest.php b/test/StaticResourceHandler/FileLocationRepositoryFactoryTest.php index 14fc6814..b5a50558 100644 --- a/test/StaticResourceHandler/FileLocationRepositoryFactoryTest.php +++ b/test/StaticResourceHandler/FileLocationRepositoryFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/FileLocationRepositoryTest.php b/test/StaticResourceHandler/FileLocationRepositoryTest.php index ca13b6e8..49e5d6da 100644 --- a/test/StaticResourceHandler/FileLocationRepositoryTest.php +++ b/test/StaticResourceHandler/FileLocationRepositoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/GzipMiddlewareTest.php b/test/StaticResourceHandler/GzipMiddlewareTest.php index 6f4c9280..7c1cee30 100644 --- a/test/StaticResourceHandler/GzipMiddlewareTest.php +++ b/test/StaticResourceHandler/GzipMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/HeadMiddlewareTest.php b/test/StaticResourceHandler/HeadMiddlewareTest.php index a09ef5c1..b909e402 100644 --- a/test/StaticResourceHandler/HeadMiddlewareTest.php +++ b/test/StaticResourceHandler/HeadMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/IntegrationMappedTest.php b/test/StaticResourceHandler/IntegrationMappedTest.php index 7f597ecb..49428223 100644 --- a/test/StaticResourceHandler/IntegrationMappedTest.php +++ b/test/StaticResourceHandler/IntegrationMappedTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/IntegrationTest.php b/test/StaticResourceHandler/IntegrationTest.php index 6aa203b9..663efdc7 100644 --- a/test/StaticResourceHandler/IntegrationTest.php +++ b/test/StaticResourceHandler/IntegrationTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/LastModifiedMiddlewareTest.php b/test/StaticResourceHandler/LastModifiedMiddlewareTest.php index 4e1ca450..0f7c617f 100644 --- a/test/StaticResourceHandler/LastModifiedMiddlewareTest.php +++ b/test/StaticResourceHandler/LastModifiedMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/MethodNotAllowedMiddlewareTest.php b/test/StaticResourceHandler/MethodNotAllowedMiddlewareTest.php index efee9b01..96055625 100644 --- a/test/StaticResourceHandler/MethodNotAllowedMiddlewareTest.php +++ b/test/StaticResourceHandler/MethodNotAllowedMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/MiddlewareQueueTest.php b/test/StaticResourceHandler/MiddlewareQueueTest.php index e4617a85..9138674e 100644 --- a/test/StaticResourceHandler/MiddlewareQueueTest.php +++ b/test/StaticResourceHandler/MiddlewareQueueTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/OptionsMiddlewareTest.php b/test/StaticResourceHandler/OptionsMiddlewareTest.php index 1815b88a..ba636382 100644 --- a/test/StaticResourceHandler/OptionsMiddlewareTest.php +++ b/test/StaticResourceHandler/OptionsMiddlewareTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandler/StaticResourceResponseTest.php b/test/StaticResourceHandler/StaticResourceResponseTest.php index b74c1cc5..b9d55d69 100644 --- a/test/StaticResourceHandler/StaticResourceResponseTest.php +++ b/test/StaticResourceHandler/StaticResourceResponseTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandlerFactoryTest.php b/test/StaticResourceHandlerFactoryTest.php index 1af247e4..9d2595bc 100644 --- a/test/StaticResourceHandlerFactoryTest.php +++ b/test/StaticResourceHandlerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/StaticResourceHandlerTest.php b/test/StaticResourceHandlerTest.php index 9234d9f9..48f87e2c 100644 --- a/test/StaticResourceHandlerTest.php +++ b/test/StaticResourceHandlerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/SwooleEmitterTest.php b/test/SwooleEmitterTest.php index 4834e5d0..152248aa 100644 --- a/test/SwooleEmitterTest.php +++ b/test/SwooleEmitterTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/SwooleRequestHandlerRunnerFactoryTest.php b/test/SwooleRequestHandlerRunnerFactoryTest.php index a17f98a0..2a8929dc 100644 --- a/test/SwooleRequestHandlerRunnerFactoryTest.php +++ b/test/SwooleRequestHandlerRunnerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/SwooleRequestHandlerRunnerTest.php b/test/SwooleRequestHandlerRunnerTest.php index d20d7544..c61e8aa0 100644 --- a/test/SwooleRequestHandlerRunnerTest.php +++ b/test/SwooleRequestHandlerRunnerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/SwooleStreamTest.php b/test/SwooleStreamTest.php index 58a03f13..c2b7fef9 100644 --- a/test/SwooleStreamTest.php +++ b/test/SwooleStreamTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/DeferredListenerDelegatorTest.php b/test/Task/DeferredListenerDelegatorTest.php index b0729e16..32669d9c 100644 --- a/test/Task/DeferredListenerDelegatorTest.php +++ b/test/Task/DeferredListenerDelegatorTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/DeferredListenerTest.php b/test/Task/DeferredListenerTest.php index 872cd4e0..36beaefe 100644 --- a/test/Task/DeferredListenerTest.php +++ b/test/Task/DeferredListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/DeferredServiceListenerDelegatorTest.php b/test/Task/DeferredServiceListenerDelegatorTest.php index c71dd2d4..9396e4c6 100644 --- a/test/Task/DeferredServiceListenerDelegatorTest.php +++ b/test/Task/DeferredServiceListenerDelegatorTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/DeferredServiceListenerTest.php b/test/Task/DeferredServiceListenerTest.php index f854aa8f..cf0ac9aa 100644 --- a/test/Task/DeferredServiceListenerTest.php +++ b/test/Task/DeferredServiceListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/ServiceBasedTaskTest.php b/test/Task/ServiceBasedTaskTest.php index 400ed60e..15d4eaae 100644 --- a/test/Task/ServiceBasedTaskTest.php +++ b/test/Task/ServiceBasedTaskTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/TaskEventDispatchListenerFactoryTest.php b/test/Task/TaskEventDispatchListenerFactoryTest.php index 7a5994cb..68910155 100644 --- a/test/Task/TaskEventDispatchListenerFactoryTest.php +++ b/test/Task/TaskEventDispatchListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/TaskEventDispatchListenerTest.php b/test/Task/TaskEventDispatchListenerTest.php index 04cee3be..b5a123de 100644 --- a/test/Task/TaskEventDispatchListenerTest.php +++ b/test/Task/TaskEventDispatchListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/TaskInvokerListenerFactoryTest.php b/test/Task/TaskInvokerListenerFactoryTest.php index b8c636e6..261f4368 100644 --- a/test/Task/TaskInvokerListenerFactoryTest.php +++ b/test/Task/TaskInvokerListenerFactoryTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/TaskInvokerListenerTest.php b/test/Task/TaskInvokerListenerTest.php index 7c87fee0..3e1bbb31 100644 --- a/test/Task/TaskInvokerListenerTest.php +++ b/test/Task/TaskInvokerListenerTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/Task/TaskTest.php b/test/Task/TaskTest.php index bb81e471..04a8ed18 100644 --- a/test/Task/TaskTest.php +++ b/test/Task/TaskTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/TestAsset/CallableObject.php b/test/TestAsset/CallableObject.php index 2817582b..6d724b79 100644 --- a/test/TestAsset/CallableObject.php +++ b/test/TestAsset/CallableObject.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/TestAsset/ClassWithCallbacks.php b/test/TestAsset/ClassWithCallbacks.php index 0c87befb..c8b5938c 100644 --- a/test/TestAsset/ClassWithCallbacks.php +++ b/test/TestAsset/ClassWithCallbacks.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/WhoopsPrettyPageHandlerDelegatorTest.php b/test/WhoopsPrettyPageHandlerDelegatorTest.php index 863ea2b6..1e4185a3 100644 --- a/test/WhoopsPrettyPageHandlerDelegatorTest.php +++ b/test/WhoopsPrettyPageHandlerDelegatorTest.php @@ -2,8 +2,6 @@ /** * @see https://github.com/mezzio/mezzio-swoole for the canonical source repository - * @copyright https://github.com/mezzio/mezzio-swoole/blob/master/COPYRIGHT.md - * @license https://github.com/mezzio/mezzio-swoole/blob/master/LICENSE.md New BSD License */ declare(strict_types=1);