From 44890cdc99667fc4073765ee31f56b85ddf931f0 Mon Sep 17 00:00:00 2001 From: chengyao Date: Tue, 31 Oct 2023 10:23:52 +0800 Subject: [PATCH] update doc --- src/aop/README.md | 2 +- src/aop/composer.json | 2 +- src/aop/publish/aop.php | 2 +- src/aop/src/AstManager.php | 2 +- src/aop/src/Attribute/AspectConfig.php | 2 +- src/aop/src/Collector/AbstractCollector.php | 2 +- src/aop/src/Collector/AspectCollector.php | 2 +- src/aop/src/Collector/PropertyAttributeCollector.php | 2 +- src/aop/src/Contract/AspectInterface.php | 2 +- src/aop/src/Contract/CollectorInterface.php | 2 +- src/aop/src/Contract/PropertyAttribute.php | 2 +- src/aop/src/Exception/PropertyHandleException.php | 2 +- src/aop/src/JoinPoint.php | 2 +- src/aop/src/Metadata.php | 2 +- src/aop/src/PropertyHandler.php | 2 +- src/aop/src/PropertyHandlerVisitor.php | 2 +- src/aop/src/ProxyHandler.php | 2 +- src/aop/src/ProxyHandlerVisitor.php | 2 +- src/di/src/Container.php | 2 +- src/di/src/Context.php | 2 +- src/di/src/Exception/ContainerException.php | 2 +- src/di/src/Exception/NotFoundException.php | 2 +- src/di/src/Reflection.php | 2 +- src/di/src/helpers.php | 2 +- src/di/tests/Bar.php | 2 +- src/di/tests/ContainerTest.php | 2 +- src/di/tests/ContextTest.php | 2 +- src/di/tests/Foo.php | 2 +- src/di/tests/FooInterface.php | 2 +- src/framework/src/Config/Attribute/Config.php | 2 +- src/framework/src/Console/Attribute/AsCommand.php | 2 +- src/framework/src/Console/Command/ControllerMakeCommand.php | 2 +- src/framework/src/Console/Command/MiddlewareMakeCommand.php | 2 +- src/framework/src/Console/Command/RouteListCommand.php | 2 +- src/framework/src/Console/Command/stubs/controller.stub | 2 +- src/framework/src/Console/Command/stubs/controller_rest.stub | 2 +- src/framework/src/Console/Command/stubs/middleware.stub | 2 +- src/framework/src/Console/CommandCollector.php | 2 +- src/framework/src/Di/Attribute/Inject.php | 2 +- src/framework/src/Event/Attribute/Listen.php | 2 +- src/framework/src/Event/ListenerCollector.php | 2 +- src/framework/src/Routing/Attribute/Controller.php | 2 +- src/framework/src/Routing/Attribute/DeleteMapping.php | 2 +- src/framework/src/Routing/Attribute/GetMapping.php | 2 +- src/framework/src/Routing/Attribute/PatchMapping.php | 2 +- src/framework/src/Routing/Attribute/PostMapping.php | 2 +- src/framework/src/Routing/Attribute/PutMapping.php | 2 +- src/framework/src/Routing/Attribute/RequestMapping.php | 2 +- src/framework/src/Routing/RouteCollector.php | 2 +- src/http-message/src/Bag/CookieBag.php | 2 +- src/http-message/src/Bag/FileBag.php | 2 +- src/http-message/src/Bag/HeaderBag.php | 2 +- src/http-message/src/Bag/ParameterBag.php | 2 +- src/http-message/src/Bag/ServerBag.php | 2 +- src/http-message/src/Contract/StatusCodeInterface.php | 2 +- src/http-message/src/Cookie.php | 2 +- src/http-message/src/Exception/HttpException.php | 2 +- src/http-message/src/Message.php | 2 +- src/http-message/src/Request.php | 2 +- src/http-message/src/Response.php | 2 +- src/http-message/src/ServerRequest.php | 2 +- src/http-message/src/Stream/FileStream.php | 2 +- src/http-message/src/Stream/StandardStream.php | 2 +- src/http-message/src/UploadedFile.php | 2 +- src/http-message/src/Uri.php | 2 +- src/http-message/src/helpers.php | 2 +- src/http-server/src/Contract/ResponseEmitterInterface.php | 2 +- src/http-server/src/Contract/RouteDispatcherInterface.php | 2 +- src/http-server/src/Event/OnRequest.php | 2 +- src/http-server/src/Exception/CSRFException.php | 2 +- src/http-server/src/Kernel.php | 2 +- src/http-server/src/Middleware/CORSMiddleware.php | 2 +- src/http-server/src/Middleware/RoutingMiddleware.php | 2 +- src/http-server/src/Middleware/VerifyCSRFToken.php | 2 +- src/http-server/src/RequestHandler.php | 2 +- src/http-server/src/ResponseEmitter/FPMResponseEmitter.php | 2 +- src/http-server/src/ResponseEmitter/SwooleResponseEmitter.php | 2 +- .../src/ResponseEmitter/WorkerManResponseEmitter.php | 2 +- src/http-server/src/RouteDispatcher.php | 2 +- src/routing/src/Exception/MethodNotAllowedException.php | 2 +- src/routing/src/Exception/RouteNotFoundException.php | 2 +- src/routing/src/Route.php | 2 +- src/routing/src/RouteCollection.php | 2 +- src/routing/src/Router.php | 2 +- src/utils/src/Arr.php | 2 +- src/utils/src/BC.php | 2 +- src/utils/src/Collection.php | 2 +- src/utils/src/Composer.php | 2 +- src/utils/src/Contract/Arrayable.php | 2 +- src/utils/src/Contract/CanBeEscapedWhenCastToString.php | 2 +- src/utils/src/Contract/DeferringDisplayableValue.php | 2 +- src/utils/src/Contract/Enumerable.php | 2 +- src/utils/src/Contract/Htmlable.php | 2 +- src/utils/src/Contract/Jsonable.php | 2 +- src/utils/src/Contract/MessageBag.php | 2 +- src/utils/src/Contract/MessageProvider.php | 2 +- src/utils/src/Contract/PackerInterface.php | 2 +- src/utils/src/Contract/Xmlable.php | 2 +- src/utils/src/Exception/FileNotFoundException.php | 2 +- src/utils/src/Exception/ItemNotFoundException.php | 2 +- src/utils/src/Exception/MultipleItemsFoundException.php | 2 +- src/utils/src/Filesystem.php | 2 +- src/utils/src/LazyCollection.php | 2 +- src/utils/src/Macroable.php | 2 +- src/utils/src/Optional.php | 2 +- src/utils/src/Packer/JsonPacker.php | 2 +- src/utils/src/Packer/PhpSerializePacker.php | 2 +- src/utils/src/Pipeline.php | 2 +- src/utils/src/Pluralizer.php | 2 +- src/utils/src/Proxy/HigherOrderCollectionProxy.php | 2 +- src/utils/src/Proxy/HigherOrderTapProxy.php | 2 +- src/utils/src/Proxy/HigherOrderWhenProxy.php | 2 +- src/utils/src/Str.php | 2 +- src/utils/src/Stringable.php | 2 +- src/utils/src/Traits/AutoFillProperties.php | 2 +- src/utils/src/Traits/Conditionable.php | 2 +- src/utils/src/Traits/EnumeratesValues.php | 2 +- src/utils/src/Traits/Tappable.php | 2 +- src/utils/src/helpers.php | 2 +- src/utils/tests/BCTest.php | 2 +- src/var-dumper/src/Adapter/HyperfDumperHandler.php | 2 +- src/var-dumper/src/Dumper.php | 2 +- src/var-dumper/src/DumperHandler.php | 2 +- src/var-dumper/src/helpers.php | 2 +- tests/bootstrap.php | 2 +- 125 files changed, 125 insertions(+), 125 deletions(-) diff --git a/src/aop/README.md b/src/aop/README.md index 07028659..0e936a3d 100644 --- a/src/aop/README.md +++ b/src/aop/README.md @@ -1,6 +1,6 @@ # !!! 不能生产使用,仅作为研究用途 -一款简单Aop实现。支持常驻内存型PHP应用。可以方便接入MaxPHP, Swoole,WebMan等框架。 +一款简单Aop实现。支持常驻内存型PHP应用。可以方便接入nextphp, Swoole,WebMan等框架。 # 环境要求 diff --git a/src/aop/composer.json b/src/aop/composer.json index bb0a5d33..ed848318 100644 --- a/src/aop/composer.json +++ b/src/aop/composer.json @@ -1,6 +1,6 @@ { "name": "next/aop", - "description": "An AOP package that is resident in in-memory PHP frameworks, such as MaxPHP, WebMan.", + "description": "An AOP package that is resident in in-memory PHP frameworks, such as nextphp, WebMan.", "homepage": "https://github.com/marxphp/aop", "license": "Apache-2.0", "autoload": { diff --git a/src/aop/publish/aop.php b/src/aop/publish/aop.php index d438108a..8b196c12 100644 --- a/src/aop/publish/aop.php +++ b/src/aop/publish/aop.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/AstManager.php b/src/aop/src/AstManager.php index 077405ad..b1e69892 100644 --- a/src/aop/src/AstManager.php +++ b/src/aop/src/AstManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Attribute/AspectConfig.php b/src/aop/src/Attribute/AspectConfig.php index 4cada772..ca76a8f2 100755 --- a/src/aop/src/Attribute/AspectConfig.php +++ b/src/aop/src/Attribute/AspectConfig.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Collector/AbstractCollector.php b/src/aop/src/Collector/AbstractCollector.php index 9d5ed6a3..177a7563 100755 --- a/src/aop/src/Collector/AbstractCollector.php +++ b/src/aop/src/Collector/AbstractCollector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Collector/AspectCollector.php b/src/aop/src/Collector/AspectCollector.php index 8b0e1f4a..42eb1dcb 100644 --- a/src/aop/src/Collector/AspectCollector.php +++ b/src/aop/src/Collector/AspectCollector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Collector/PropertyAttributeCollector.php b/src/aop/src/Collector/PropertyAttributeCollector.php index c68daa74..351c8808 100644 --- a/src/aop/src/Collector/PropertyAttributeCollector.php +++ b/src/aop/src/Collector/PropertyAttributeCollector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Contract/AspectInterface.php b/src/aop/src/Contract/AspectInterface.php index 6a7bf0bc..9e592120 100755 --- a/src/aop/src/Contract/AspectInterface.php +++ b/src/aop/src/Contract/AspectInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Contract/CollectorInterface.php b/src/aop/src/Contract/CollectorInterface.php index 883ab0af..74b58885 100755 --- a/src/aop/src/Contract/CollectorInterface.php +++ b/src/aop/src/Contract/CollectorInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Contract/PropertyAttribute.php b/src/aop/src/Contract/PropertyAttribute.php index 87f3ab48..182af94a 100755 --- a/src/aop/src/Contract/PropertyAttribute.php +++ b/src/aop/src/Contract/PropertyAttribute.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Exception/PropertyHandleException.php b/src/aop/src/Exception/PropertyHandleException.php index 9425bf52..7a058014 100755 --- a/src/aop/src/Exception/PropertyHandleException.php +++ b/src/aop/src/Exception/PropertyHandleException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/JoinPoint.php b/src/aop/src/JoinPoint.php index f7141b7c..34fe3c94 100755 --- a/src/aop/src/JoinPoint.php +++ b/src/aop/src/JoinPoint.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/Metadata.php b/src/aop/src/Metadata.php index c629a98b..8918cc99 100755 --- a/src/aop/src/Metadata.php +++ b/src/aop/src/Metadata.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/PropertyHandler.php b/src/aop/src/PropertyHandler.php index 87c6f42e..54d88f0a 100755 --- a/src/aop/src/PropertyHandler.php +++ b/src/aop/src/PropertyHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/PropertyHandlerVisitor.php b/src/aop/src/PropertyHandlerVisitor.php index 510f2c23..c3995b3e 100644 --- a/src/aop/src/PropertyHandlerVisitor.php +++ b/src/aop/src/PropertyHandlerVisitor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/ProxyHandler.php b/src/aop/src/ProxyHandler.php index 8e82282d..dbbfe835 100644 --- a/src/aop/src/ProxyHandler.php +++ b/src/aop/src/ProxyHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/aop/src/ProxyHandlerVisitor.php b/src/aop/src/ProxyHandlerVisitor.php index b8ae3b63..330157cc 100755 --- a/src/aop/src/ProxyHandlerVisitor.php +++ b/src/aop/src/ProxyHandlerVisitor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/src/Container.php b/src/di/src/Container.php index e94da118..8e3fd494 100644 --- a/src/di/src/Container.php +++ b/src/di/src/Container.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/src/Context.php b/src/di/src/Context.php index 52c7cc76..13ca9138 100755 --- a/src/di/src/Context.php +++ b/src/di/src/Context.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/src/Exception/ContainerException.php b/src/di/src/Exception/ContainerException.php index 7250865c..429e232a 100755 --- a/src/di/src/Exception/ContainerException.php +++ b/src/di/src/Exception/ContainerException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/src/Exception/NotFoundException.php b/src/di/src/Exception/NotFoundException.php index c8e64bac..52d0c7e8 100755 --- a/src/di/src/Exception/NotFoundException.php +++ b/src/di/src/Exception/NotFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/src/Reflection.php b/src/di/src/Reflection.php index 624e52f8..9ef79fbe 100644 --- a/src/di/src/Reflection.php +++ b/src/di/src/Reflection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/src/helpers.php b/src/di/src/helpers.php index 4532944b..8a57cd53 100755 --- a/src/di/src/helpers.php +++ b/src/di/src/helpers.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/tests/Bar.php b/src/di/tests/Bar.php index 10319ff6..1c82057d 100644 --- a/src/di/tests/Bar.php +++ b/src/di/tests/Bar.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/tests/ContainerTest.php b/src/di/tests/ContainerTest.php index 04ff171a..bb252ec0 100644 --- a/src/di/tests/ContainerTest.php +++ b/src/di/tests/ContainerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/tests/ContextTest.php b/src/di/tests/ContextTest.php index afa3c5af..ab7b46a1 100644 --- a/src/di/tests/ContextTest.php +++ b/src/di/tests/ContextTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/tests/Foo.php b/src/di/tests/Foo.php index 6063a2de..5fb59e68 100644 --- a/src/di/tests/Foo.php +++ b/src/di/tests/Foo.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/di/tests/FooInterface.php b/src/di/tests/FooInterface.php index e9277604..eae23d0d 100644 --- a/src/di/tests/FooInterface.php +++ b/src/di/tests/FooInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Config/Attribute/Config.php b/src/framework/src/Config/Attribute/Config.php index 7282ec1c..59ae71fa 100644 --- a/src/framework/src/Config/Attribute/Config.php +++ b/src/framework/src/Config/Attribute/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/Attribute/AsCommand.php b/src/framework/src/Console/Attribute/AsCommand.php index 4f84c929..30677f11 100644 --- a/src/framework/src/Console/Attribute/AsCommand.php +++ b/src/framework/src/Console/Attribute/AsCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/Command/ControllerMakeCommand.php b/src/framework/src/Console/Command/ControllerMakeCommand.php index 84c8c3d7..30c7cda8 100644 --- a/src/framework/src/Console/Command/ControllerMakeCommand.php +++ b/src/framework/src/Console/Command/ControllerMakeCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/Command/MiddlewareMakeCommand.php b/src/framework/src/Console/Command/MiddlewareMakeCommand.php index c6b1ec86..81cb5a56 100644 --- a/src/framework/src/Console/Command/MiddlewareMakeCommand.php +++ b/src/framework/src/Console/Command/MiddlewareMakeCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/Command/RouteListCommand.php b/src/framework/src/Console/Command/RouteListCommand.php index 962f7b57..8fffc757 100644 --- a/src/framework/src/Console/Command/RouteListCommand.php +++ b/src/framework/src/Console/Command/RouteListCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/Command/stubs/controller.stub b/src/framework/src/Console/Command/stubs/controller.stub index ee466f78..21a1cb2b 100644 --- a/src/framework/src/Console/Command/stubs/controller.stub +++ b/src/framework/src/Console/Command/stubs/controller.stub @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/Command/stubs/controller_rest.stub b/src/framework/src/Console/Command/stubs/controller_rest.stub index ec3706fa..42e7ac93 100644 --- a/src/framework/src/Console/Command/stubs/controller_rest.stub +++ b/src/framework/src/Console/Command/stubs/controller_rest.stub @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/Command/stubs/middleware.stub b/src/framework/src/Console/Command/stubs/middleware.stub index e07a229a..53830e8c 100644 --- a/src/framework/src/Console/Command/stubs/middleware.stub +++ b/src/framework/src/Console/Command/stubs/middleware.stub @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Console/CommandCollector.php b/src/framework/src/Console/CommandCollector.php index 1069e76b..bfd03373 100644 --- a/src/framework/src/Console/CommandCollector.php +++ b/src/framework/src/Console/CommandCollector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Di/Attribute/Inject.php b/src/framework/src/Di/Attribute/Inject.php index 4dc536ec..1bcd5ffc 100644 --- a/src/framework/src/Di/Attribute/Inject.php +++ b/src/framework/src/Di/Attribute/Inject.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Event/Attribute/Listen.php b/src/framework/src/Event/Attribute/Listen.php index 966be748..07dbbb6c 100644 --- a/src/framework/src/Event/Attribute/Listen.php +++ b/src/framework/src/Event/Attribute/Listen.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Event/ListenerCollector.php b/src/framework/src/Event/ListenerCollector.php index 08da3486..f7e8673d 100644 --- a/src/framework/src/Event/ListenerCollector.php +++ b/src/framework/src/Event/ListenerCollector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/Attribute/Controller.php b/src/framework/src/Routing/Attribute/Controller.php index fcd930c5..86b1aa24 100644 --- a/src/framework/src/Routing/Attribute/Controller.php +++ b/src/framework/src/Routing/Attribute/Controller.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/Attribute/DeleteMapping.php b/src/framework/src/Routing/Attribute/DeleteMapping.php index d3f02b38..33aa6844 100644 --- a/src/framework/src/Routing/Attribute/DeleteMapping.php +++ b/src/framework/src/Routing/Attribute/DeleteMapping.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/Attribute/GetMapping.php b/src/framework/src/Routing/Attribute/GetMapping.php index 8441b4ac..205ffffe 100644 --- a/src/framework/src/Routing/Attribute/GetMapping.php +++ b/src/framework/src/Routing/Attribute/GetMapping.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/Attribute/PatchMapping.php b/src/framework/src/Routing/Attribute/PatchMapping.php index 425eb0ed..77e7b47a 100644 --- a/src/framework/src/Routing/Attribute/PatchMapping.php +++ b/src/framework/src/Routing/Attribute/PatchMapping.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/Attribute/PostMapping.php b/src/framework/src/Routing/Attribute/PostMapping.php index 1f67a56e..a38e56e2 100644 --- a/src/framework/src/Routing/Attribute/PostMapping.php +++ b/src/framework/src/Routing/Attribute/PostMapping.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/Attribute/PutMapping.php b/src/framework/src/Routing/Attribute/PutMapping.php index 7e810f34..7a2bf3d0 100644 --- a/src/framework/src/Routing/Attribute/PutMapping.php +++ b/src/framework/src/Routing/Attribute/PutMapping.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/Attribute/RequestMapping.php b/src/framework/src/Routing/Attribute/RequestMapping.php index 934b854a..fcc539e7 100644 --- a/src/framework/src/Routing/Attribute/RequestMapping.php +++ b/src/framework/src/Routing/Attribute/RequestMapping.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/framework/src/Routing/RouteCollector.php b/src/framework/src/Routing/RouteCollector.php index a61a47c7..aee9a3af 100644 --- a/src/framework/src/Routing/RouteCollector.php +++ b/src/framework/src/Routing/RouteCollector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Bag/CookieBag.php b/src/http-message/src/Bag/CookieBag.php index a369e33e..bac895d1 100644 --- a/src/http-message/src/Bag/CookieBag.php +++ b/src/http-message/src/Bag/CookieBag.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Bag/FileBag.php b/src/http-message/src/Bag/FileBag.php index d3af9218..45e65a96 100644 --- a/src/http-message/src/Bag/FileBag.php +++ b/src/http-message/src/Bag/FileBag.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Bag/HeaderBag.php b/src/http-message/src/Bag/HeaderBag.php index 90fb0957..16117aaa 100644 --- a/src/http-message/src/Bag/HeaderBag.php +++ b/src/http-message/src/Bag/HeaderBag.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Bag/ParameterBag.php b/src/http-message/src/Bag/ParameterBag.php index 1e71afed..5fb956b7 100644 --- a/src/http-message/src/Bag/ParameterBag.php +++ b/src/http-message/src/Bag/ParameterBag.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Bag/ServerBag.php b/src/http-message/src/Bag/ServerBag.php index 99e6ed66..35dedcd6 100644 --- a/src/http-message/src/Bag/ServerBag.php +++ b/src/http-message/src/Bag/ServerBag.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Contract/StatusCodeInterface.php b/src/http-message/src/Contract/StatusCodeInterface.php index ab994248..61fd730b 100644 --- a/src/http-message/src/Contract/StatusCodeInterface.php +++ b/src/http-message/src/Contract/StatusCodeInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Cookie.php b/src/http-message/src/Cookie.php index bd10083f..98a67ede 100644 --- a/src/http-message/src/Cookie.php +++ b/src/http-message/src/Cookie.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Exception/HttpException.php b/src/http-message/src/Exception/HttpException.php index 7bbdb59a..2348e630 100755 --- a/src/http-message/src/Exception/HttpException.php +++ b/src/http-message/src/Exception/HttpException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Message.php b/src/http-message/src/Message.php index d6ecfa9f..8140b1c0 100644 --- a/src/http-message/src/Message.php +++ b/src/http-message/src/Message.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Request.php b/src/http-message/src/Request.php index 14b13020..fca1165a 100644 --- a/src/http-message/src/Request.php +++ b/src/http-message/src/Request.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Response.php b/src/http-message/src/Response.php index 884df5ab..097f1abd 100644 --- a/src/http-message/src/Response.php +++ b/src/http-message/src/Response.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/ServerRequest.php b/src/http-message/src/ServerRequest.php index f9a756e1..9f61b313 100644 --- a/src/http-message/src/ServerRequest.php +++ b/src/http-message/src/ServerRequest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Stream/FileStream.php b/src/http-message/src/Stream/FileStream.php index cd1bc198..a7e3c939 100644 --- a/src/http-message/src/Stream/FileStream.php +++ b/src/http-message/src/Stream/FileStream.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Stream/StandardStream.php b/src/http-message/src/Stream/StandardStream.php index faa6c82a..a1715762 100644 --- a/src/http-message/src/Stream/StandardStream.php +++ b/src/http-message/src/Stream/StandardStream.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/UploadedFile.php b/src/http-message/src/UploadedFile.php index 64c2695d..de242cc8 100644 --- a/src/http-message/src/UploadedFile.php +++ b/src/http-message/src/UploadedFile.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/Uri.php b/src/http-message/src/Uri.php index 226d6afe..4d39ba77 100644 --- a/src/http-message/src/Uri.php +++ b/src/http-message/src/Uri.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-message/src/helpers.php b/src/http-message/src/helpers.php index e40aa589..db89e884 100755 --- a/src/http-message/src/helpers.php +++ b/src/http-message/src/helpers.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Contract/ResponseEmitterInterface.php b/src/http-server/src/Contract/ResponseEmitterInterface.php index 828768fa..cbb95edc 100644 --- a/src/http-server/src/Contract/ResponseEmitterInterface.php +++ b/src/http-server/src/Contract/ResponseEmitterInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Contract/RouteDispatcherInterface.php b/src/http-server/src/Contract/RouteDispatcherInterface.php index b3c8645e..a9eb14ec 100644 --- a/src/http-server/src/Contract/RouteDispatcherInterface.php +++ b/src/http-server/src/Contract/RouteDispatcherInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Event/OnRequest.php b/src/http-server/src/Event/OnRequest.php index 5b0572b9..c4d97086 100644 --- a/src/http-server/src/Event/OnRequest.php +++ b/src/http-server/src/Event/OnRequest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Exception/CSRFException.php b/src/http-server/src/Exception/CSRFException.php index 5eb60660..be91f6b1 100755 --- a/src/http-server/src/Exception/CSRFException.php +++ b/src/http-server/src/Exception/CSRFException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Kernel.php b/src/http-server/src/Kernel.php index 0bebf9fc..61818001 100644 --- a/src/http-server/src/Kernel.php +++ b/src/http-server/src/Kernel.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Middleware/CORSMiddleware.php b/src/http-server/src/Middleware/CORSMiddleware.php index a6250b1c..5cf3c2d4 100644 --- a/src/http-server/src/Middleware/CORSMiddleware.php +++ b/src/http-server/src/Middleware/CORSMiddleware.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Middleware/RoutingMiddleware.php b/src/http-server/src/Middleware/RoutingMiddleware.php index 84b2c140..37d5956c 100644 --- a/src/http-server/src/Middleware/RoutingMiddleware.php +++ b/src/http-server/src/Middleware/RoutingMiddleware.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/Middleware/VerifyCSRFToken.php b/src/http-server/src/Middleware/VerifyCSRFToken.php index a30227eb..19cbe155 100644 --- a/src/http-server/src/Middleware/VerifyCSRFToken.php +++ b/src/http-server/src/Middleware/VerifyCSRFToken.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/RequestHandler.php b/src/http-server/src/RequestHandler.php index 94f1608e..426b7c1e 100644 --- a/src/http-server/src/RequestHandler.php +++ b/src/http-server/src/RequestHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/ResponseEmitter/FPMResponseEmitter.php b/src/http-server/src/ResponseEmitter/FPMResponseEmitter.php index dbe321ba..4422acac 100644 --- a/src/http-server/src/ResponseEmitter/FPMResponseEmitter.php +++ b/src/http-server/src/ResponseEmitter/FPMResponseEmitter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/ResponseEmitter/SwooleResponseEmitter.php b/src/http-server/src/ResponseEmitter/SwooleResponseEmitter.php index 04fe386e..beef420c 100644 --- a/src/http-server/src/ResponseEmitter/SwooleResponseEmitter.php +++ b/src/http-server/src/ResponseEmitter/SwooleResponseEmitter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/ResponseEmitter/WorkerManResponseEmitter.php b/src/http-server/src/ResponseEmitter/WorkerManResponseEmitter.php index 8b13b6e4..8223bf76 100644 --- a/src/http-server/src/ResponseEmitter/WorkerManResponseEmitter.php +++ b/src/http-server/src/ResponseEmitter/WorkerManResponseEmitter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/http-server/src/RouteDispatcher.php b/src/http-server/src/RouteDispatcher.php index b3eb7561..22da833c 100644 --- a/src/http-server/src/RouteDispatcher.php +++ b/src/http-server/src/RouteDispatcher.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/routing/src/Exception/MethodNotAllowedException.php b/src/routing/src/Exception/MethodNotAllowedException.php index e8fc778c..6997752e 100755 --- a/src/routing/src/Exception/MethodNotAllowedException.php +++ b/src/routing/src/Exception/MethodNotAllowedException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/routing/src/Exception/RouteNotFoundException.php b/src/routing/src/Exception/RouteNotFoundException.php index c1c14bbd..d4f14e8d 100755 --- a/src/routing/src/Exception/RouteNotFoundException.php +++ b/src/routing/src/Exception/RouteNotFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/routing/src/Route.php b/src/routing/src/Route.php index 37bec117..e8fe2b40 100644 --- a/src/routing/src/Route.php +++ b/src/routing/src/Route.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/routing/src/RouteCollection.php b/src/routing/src/RouteCollection.php index d763946b..7f496f7f 100644 --- a/src/routing/src/RouteCollection.php +++ b/src/routing/src/RouteCollection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/routing/src/Router.php b/src/routing/src/Router.php index 8a3cb8e9..51556c44 100644 --- a/src/routing/src/Router.php +++ b/src/routing/src/Router.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Arr.php b/src/utils/src/Arr.php index b7758dc1..dc748656 100644 --- a/src/utils/src/Arr.php +++ b/src/utils/src/Arr.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/BC.php b/src/utils/src/BC.php index 3f3c18fd..b279bb33 100644 --- a/src/utils/src/BC.php +++ b/src/utils/src/BC.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Collection.php b/src/utils/src/Collection.php index 1e68bd51..e87962df 100644 --- a/src/utils/src/Collection.php +++ b/src/utils/src/Collection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Composer.php b/src/utils/src/Composer.php index 6ecb7f7e..52f95cb0 100644 --- a/src/utils/src/Composer.php +++ b/src/utils/src/Composer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/Arrayable.php b/src/utils/src/Contract/Arrayable.php index cb8d2d6f..cf23bdb1 100755 --- a/src/utils/src/Contract/Arrayable.php +++ b/src/utils/src/Contract/Arrayable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/CanBeEscapedWhenCastToString.php b/src/utils/src/Contract/CanBeEscapedWhenCastToString.php index a4a2938a..9fa0dac3 100644 --- a/src/utils/src/Contract/CanBeEscapedWhenCastToString.php +++ b/src/utils/src/Contract/CanBeEscapedWhenCastToString.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/DeferringDisplayableValue.php b/src/utils/src/Contract/DeferringDisplayableValue.php index 550903b6..62ad146b 100755 --- a/src/utils/src/Contract/DeferringDisplayableValue.php +++ b/src/utils/src/Contract/DeferringDisplayableValue.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/Enumerable.php b/src/utils/src/Contract/Enumerable.php index 7bb5c94d..389d8f6b 100644 --- a/src/utils/src/Contract/Enumerable.php +++ b/src/utils/src/Contract/Enumerable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/Htmlable.php b/src/utils/src/Contract/Htmlable.php index abeb0d7f..62f4f48a 100755 --- a/src/utils/src/Contract/Htmlable.php +++ b/src/utils/src/Contract/Htmlable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/Jsonable.php b/src/utils/src/Contract/Jsonable.php index 2610a344..ad8721dd 100755 --- a/src/utils/src/Contract/Jsonable.php +++ b/src/utils/src/Contract/Jsonable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/MessageBag.php b/src/utils/src/Contract/MessageBag.php index 5282e9df..9723eba5 100755 --- a/src/utils/src/Contract/MessageBag.php +++ b/src/utils/src/Contract/MessageBag.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/MessageProvider.php b/src/utils/src/Contract/MessageProvider.php index 45fe6a05..9c39daf6 100755 --- a/src/utils/src/Contract/MessageProvider.php +++ b/src/utils/src/Contract/MessageProvider.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/PackerInterface.php b/src/utils/src/Contract/PackerInterface.php index 582f7284..c0aabd67 100755 --- a/src/utils/src/Contract/PackerInterface.php +++ b/src/utils/src/Contract/PackerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Contract/Xmlable.php b/src/utils/src/Contract/Xmlable.php index fc56f75d..dfa92e2f 100755 --- a/src/utils/src/Contract/Xmlable.php +++ b/src/utils/src/Contract/Xmlable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Exception/FileNotFoundException.php b/src/utils/src/Exception/FileNotFoundException.php index c1139a65..cd71c1cc 100755 --- a/src/utils/src/Exception/FileNotFoundException.php +++ b/src/utils/src/Exception/FileNotFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Exception/ItemNotFoundException.php b/src/utils/src/Exception/ItemNotFoundException.php index 87e08483..6732f196 100755 --- a/src/utils/src/Exception/ItemNotFoundException.php +++ b/src/utils/src/Exception/ItemNotFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Exception/MultipleItemsFoundException.php b/src/utils/src/Exception/MultipleItemsFoundException.php index 8070c3c1..c41edf2e 100755 --- a/src/utils/src/Exception/MultipleItemsFoundException.php +++ b/src/utils/src/Exception/MultipleItemsFoundException.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Filesystem.php b/src/utils/src/Filesystem.php index a97ee115..d46346c8 100644 --- a/src/utils/src/Filesystem.php +++ b/src/utils/src/Filesystem.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/LazyCollection.php b/src/utils/src/LazyCollection.php index a73b9f3b..510baf96 100644 --- a/src/utils/src/LazyCollection.php +++ b/src/utils/src/LazyCollection.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Macroable.php b/src/utils/src/Macroable.php index ccaef1a2..838fd1e8 100644 --- a/src/utils/src/Macroable.php +++ b/src/utils/src/Macroable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Optional.php b/src/utils/src/Optional.php index fe985bf2..7bad87bc 100644 --- a/src/utils/src/Optional.php +++ b/src/utils/src/Optional.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Packer/JsonPacker.php b/src/utils/src/Packer/JsonPacker.php index 23a051c6..361ca8e2 100755 --- a/src/utils/src/Packer/JsonPacker.php +++ b/src/utils/src/Packer/JsonPacker.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Packer/PhpSerializePacker.php b/src/utils/src/Packer/PhpSerializePacker.php index b6ef9f55..329f8ffa 100755 --- a/src/utils/src/Packer/PhpSerializePacker.php +++ b/src/utils/src/Packer/PhpSerializePacker.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Pipeline.php b/src/utils/src/Pipeline.php index 75b823d0..33c358ac 100755 --- a/src/utils/src/Pipeline.php +++ b/src/utils/src/Pipeline.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Pluralizer.php b/src/utils/src/Pluralizer.php index f30a8779..8de5d205 100755 --- a/src/utils/src/Pluralizer.php +++ b/src/utils/src/Pluralizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Proxy/HigherOrderCollectionProxy.php b/src/utils/src/Proxy/HigherOrderCollectionProxy.php index 431781e4..657e1b5b 100644 --- a/src/utils/src/Proxy/HigherOrderCollectionProxy.php +++ b/src/utils/src/Proxy/HigherOrderCollectionProxy.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Proxy/HigherOrderTapProxy.php b/src/utils/src/Proxy/HigherOrderTapProxy.php index a941d38a..1cabc946 100644 --- a/src/utils/src/Proxy/HigherOrderTapProxy.php +++ b/src/utils/src/Proxy/HigherOrderTapProxy.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Proxy/HigherOrderWhenProxy.php b/src/utils/src/Proxy/HigherOrderWhenProxy.php index 9e234f2f..0a852530 100644 --- a/src/utils/src/Proxy/HigherOrderWhenProxy.php +++ b/src/utils/src/Proxy/HigherOrderWhenProxy.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Str.php b/src/utils/src/Str.php index 9f27395d..5b8b51ab 100644 --- a/src/utils/src/Str.php +++ b/src/utils/src/Str.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Stringable.php b/src/utils/src/Stringable.php index 864f4aab..a1603ee9 100644 --- a/src/utils/src/Stringable.php +++ b/src/utils/src/Stringable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Traits/AutoFillProperties.php b/src/utils/src/Traits/AutoFillProperties.php index 39130802..15d188df 100755 --- a/src/utils/src/Traits/AutoFillProperties.php +++ b/src/utils/src/Traits/AutoFillProperties.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Traits/Conditionable.php b/src/utils/src/Traits/Conditionable.php index b1a5b5f9..d3683be0 100644 --- a/src/utils/src/Traits/Conditionable.php +++ b/src/utils/src/Traits/Conditionable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Traits/EnumeratesValues.php b/src/utils/src/Traits/EnumeratesValues.php index 784a7dc8..4a7909e9 100644 --- a/src/utils/src/Traits/EnumeratesValues.php +++ b/src/utils/src/Traits/EnumeratesValues.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/Traits/Tappable.php b/src/utils/src/Traits/Tappable.php index 7f117161..113eba99 100644 --- a/src/utils/src/Traits/Tappable.php +++ b/src/utils/src/Traits/Tappable.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/src/helpers.php b/src/utils/src/helpers.php index 68c704bd..161b169f 100644 --- a/src/utils/src/helpers.php +++ b/src/utils/src/helpers.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/utils/tests/BCTest.php b/src/utils/tests/BCTest.php index 7a11b461..8f562a83 100644 --- a/src/utils/tests/BCTest.php +++ b/src/utils/tests/BCTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/var-dumper/src/Adapter/HyperfDumperHandler.php b/src/var-dumper/src/Adapter/HyperfDumperHandler.php index b90319e6..6bad82f1 100644 --- a/src/var-dumper/src/Adapter/HyperfDumperHandler.php +++ b/src/var-dumper/src/Adapter/HyperfDumperHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/var-dumper/src/Dumper.php b/src/var-dumper/src/Dumper.php index 3edb9d51..f8ed8768 100644 --- a/src/var-dumper/src/Dumper.php +++ b/src/var-dumper/src/Dumper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/var-dumper/src/DumperHandler.php b/src/var-dumper/src/DumperHandler.php index b8848b15..c4c47fe4 100644 --- a/src/var-dumper/src/DumperHandler.php +++ b/src/var-dumper/src/DumperHandler.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/src/var-dumper/src/helpers.php b/src/var-dumper/src/helpers.php index 12858642..ee61a50c 100644 --- a/src/var-dumper/src/helpers.php +++ b/src/var-dumper/src/helpers.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 83721bf2..f0c8415d 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * This file is part of MaxPHP. + * This file is part of nextphp. * * @link https://github.com/marxphp * @license https://github.com/next-laboratory/next/blob/master/LICENSE