From fc33816edbb13e9fd032243afd565efec265926d Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 17 Jan 2025 13:45:02 +0300 Subject: [PATCH] Changed year in copyright --- phpunit.xml | 2 +- src/Concerns/About.php | 2 +- src/Concerns/Decorator.php | 2 +- src/Concerns/Has.php | 2 +- src/Concerns/Output.php | 2 +- src/Concerns/Path.php | 2 +- src/Console/Add.php | 2 +- src/Console/Base.php | 2 +- src/Console/Remove.php | 2 +- src/Console/Reset.php | 2 +- src/Console/Update.php | 2 +- src/Constants/Types.php | 2 +- src/Contracts/TextDecorator.php | 2 +- src/Exceptions/BaseException.php | 2 +- src/Exceptions/ProtectedLocaleException.php | 2 +- src/Exceptions/UnknownLocaleCodeException.php | 2 +- src/Exceptions/UnknownPluginInstanceException.php | 2 +- src/Helpers/Arr.php | 2 +- src/Helpers/Config.php | 2 +- src/Plugins/Plugin.php | 2 +- src/Plugins/Provider.php | 2 +- src/Processors/Add.php | 2 +- src/Processors/Processor.php | 2 +- src/Processors/Remove.php | 2 +- src/Processors/Reset.php | 2 +- src/Processors/Update.php | 2 +- src/Resources/Translation.php | 2 +- src/ServiceProvider.php | 2 +- src/Services/Converters/Extensions/SmartPunctExtension.php | 2 +- src/Services/Converters/Text/BaseDecorator.php | 2 +- src/Services/Converters/Text/CommonDecorator.php | 2 +- src/Services/Converters/Text/SmartPunctuationDecorator.php | 2 +- src/Services/Filesystem/Base.php | 2 +- src/Services/Filesystem/Json.php | 2 +- src/Services/Filesystem/Manager.php | 2 +- src/Services/Filesystem/Php.php | 2 +- src/Services/Renderer/ParagraphRenderer.php | 2 +- tests/Concerns/Commands.php | 2 +- tests/Fixtures/Incorrect/BasePathDoesntExistProvider.php | 2 +- tests/Fixtures/Incorrect/BasePathProvider.php | 2 +- tests/Fixtures/Incorrect/ExceptionProvider.php | 2 +- tests/Fixtures/Incorrect/Plugin.php | 2 +- tests/Fixtures/MorePlugins/First/Src/Plugin.php | 2 +- tests/Fixtures/MorePlugins/First/Src/Plugins/Bar.php | 2 +- tests/Fixtures/MorePlugins/First/Src/Plugins/Foo.php | 2 +- tests/Fixtures/MorePlugins/Second/Src/Plugin.php | 2 +- tests/Fixtures/MorePlugins/Second/Src/Plugins/Bar.php | 2 +- tests/Fixtures/MorePlugins/Second/Src/Plugins/Foo.php | 2 +- tests/Fixtures/Plugin/source/validation.php | 2 +- tests/Fixtures/Plugin/src/Plugin.php | 2 +- tests/Fixtures/Plugin/src/Plugins/Baq.php | 2 +- tests/Fixtures/Plugin/src/Plugins/Bar.php | 2 +- tests/Fixtures/Plugin/src/Plugins/Baw.php | 2 +- tests/Fixtures/Plugin/src/Plugins/Custom.php | 2 +- tests/Fixtures/Plugin/src/Plugins/Foo.php | 2 +- tests/Fixtures/Plugin/src/ServiceProvider.php | 2 +- tests/Fixtures/collision_functions.php | 2 +- tests/Fixtures/lang/en/auth.php | 2 +- tests/Fixtures/lang/en/pagination.php | 2 +- tests/Fixtures/lang/en/validation.php | 2 +- tests/Fixtures/lang/fr/auth.php | 2 +- tests/Fixtures/lang/fr/pagination.php | 2 +- tests/Fixtures/lang/fr/validation.php | 2 +- tests/TestCase.php | 2 +- tests/Unit/Console/Decorated/DisabledDecorateTest.php | 2 +- tests/Unit/Console/Decorated/EnabledDecorateTest.php | 2 +- tests/Unit/Console/InlineOff/Add/IncorrectLocaleTest.php | 2 +- tests/Unit/Console/InlineOff/Add/Success/DefaultTest.php | 2 +- .../Console/InlineOff/Add/Success/DefaultWithInstalledTest.php | 2 +- tests/Unit/Console/InlineOff/Add/Success/FallbackTest.php | 2 +- .../Console/InlineOff/Add/Success/FallbackWithInstalledTest.php | 2 +- tests/Unit/Console/InlineOff/Add/WithoutParameterTest.php | 2 +- tests/Unit/Console/InlineOff/Remove/IncorrectLocaleTest.php | 2 +- tests/Unit/Console/InlineOff/Remove/ProtectedTest.php | 2 +- tests/Unit/Console/InlineOff/Remove/SuccessTest.php | 2 +- tests/Unit/Console/InlineOff/Remove/WithoutParameterTest.php | 2 +- tests/Unit/Console/InlineOff/Reset/AcceptTest.php | 2 +- tests/Unit/Console/InlineOff/Reset/DeclineTest.php | 2 +- tests/Unit/Console/InlineOff/TestCase.php | 2 +- tests/Unit/Console/InlineOff/Update/EmptyDirectoryTest.php | 2 +- .../InlineOff/Update/Success/DefaultWithInstalledTest.php | 2 +- .../InlineOff/Update/Success/FallbackWithInstalledTest.php | 2 +- .../Console/InlineOff/Update/Success/NestedAttributesTest.php | 2 +- tests/Unit/Console/InlineOn/Add/IncorrectLocaleTest.php | 2 +- tests/Unit/Console/InlineOn/Add/Success/DefaultTest.php | 2 +- .../Console/InlineOn/Add/Success/DefaultWithInstalledTest.php | 2 +- tests/Unit/Console/InlineOn/Add/Success/FallbackTest.php | 2 +- .../Console/InlineOn/Add/Success/FallbackWithInstalledTest.php | 2 +- tests/Unit/Console/InlineOn/Add/WithoutParameterTest.php | 2 +- tests/Unit/Console/InlineOn/Remove/IncorrectLocaleTest.php | 2 +- tests/Unit/Console/InlineOn/Remove/ProtectedTest.php | 2 +- tests/Unit/Console/InlineOn/Remove/SuccessTest.php | 2 +- tests/Unit/Console/InlineOn/Remove/WithoutParameterTest.php | 2 +- tests/Unit/Console/InlineOn/Reset/AcceptTest.php | 2 +- tests/Unit/Console/InlineOn/Reset/DeclineTest.php | 2 +- tests/Unit/Console/InlineOn/TestCase.php | 2 +- tests/Unit/Console/InlineOn/Update/EmptyDirectoryTest.php | 2 +- .../InlineOn/Update/Success/DefaultWithInstalledTest.php | 2 +- .../InlineOn/Update/Success/FallbackWithInstalledTest.php | 2 +- .../Console/InlineOn/Update/Success/NestedAttributesTest.php | 2 +- tests/Unit/Helpers/Config/Base.php | 2 +- tests/Unit/Helpers/Config/GetPackageNameByPathTest.php | 2 +- tests/Unit/Helpers/Config/GetPackagesTest.php | 2 +- tests/Unit/Helpers/Config/GetPluginsTest.php | 2 +- tests/Unit/Plugins/Providers/ExceptionsTest.php | 2 +- 105 files changed, 105 insertions(+), 105 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 07a5087d..baa81aa6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ ~ file that was distributed with this source code. ~ ~ @author Andrey Helldar - ~ @copyright 2024 Laravel Lang Team + ~ @copyright 2025 Laravel Lang Team ~ @license MIT ~ ~ @see https://laravel-lang.com diff --git a/src/Concerns/About.php b/src/Concerns/About.php index 071a641a..f199a274 100644 --- a/src/Concerns/About.php +++ b/src/Concerns/About.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Decorator.php b/src/Concerns/Decorator.php index 6d4526e2..3945f810 100644 --- a/src/Concerns/Decorator.php +++ b/src/Concerns/Decorator.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Has.php b/src/Concerns/Has.php index 3c71f812..24c39162 100644 --- a/src/Concerns/Has.php +++ b/src/Concerns/Has.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Output.php b/src/Concerns/Output.php index 7344a43a..1747c78e 100644 --- a/src/Concerns/Output.php +++ b/src/Concerns/Output.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Path.php b/src/Concerns/Path.php index f11a11fb..7f2e04c2 100644 --- a/src/Concerns/Path.php +++ b/src/Concerns/Path.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Add.php b/src/Console/Add.php index c9066d19..35e3ef1d 100644 --- a/src/Console/Add.php +++ b/src/Console/Add.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Base.php b/src/Console/Base.php index 33c4d80b..c7947d3b 100644 --- a/src/Console/Base.php +++ b/src/Console/Base.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Remove.php b/src/Console/Remove.php index 2c590bf4..3a6078ff 100644 --- a/src/Console/Remove.php +++ b/src/Console/Remove.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Reset.php b/src/Console/Reset.php index af22bc87..e22ecdb7 100644 --- a/src/Console/Reset.php +++ b/src/Console/Reset.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Update.php b/src/Console/Update.php index 2f7f7ece..431a1b7c 100644 --- a/src/Console/Update.php +++ b/src/Console/Update.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Constants/Types.php b/src/Constants/Types.php index d964319d..ad8048c0 100644 --- a/src/Constants/Types.php +++ b/src/Constants/Types.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Contracts/TextDecorator.php b/src/Contracts/TextDecorator.php index b8f88fc3..46e5d1a1 100644 --- a/src/Contracts/TextDecorator.php +++ b/src/Contracts/TextDecorator.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/BaseException.php b/src/Exceptions/BaseException.php index 3f7bf44e..edfb0cdc 100644 --- a/src/Exceptions/BaseException.php +++ b/src/Exceptions/BaseException.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/ProtectedLocaleException.php b/src/Exceptions/ProtectedLocaleException.php index cee37188..428c5827 100644 --- a/src/Exceptions/ProtectedLocaleException.php +++ b/src/Exceptions/ProtectedLocaleException.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/UnknownLocaleCodeException.php b/src/Exceptions/UnknownLocaleCodeException.php index 2c166fd9..82601c45 100644 --- a/src/Exceptions/UnknownLocaleCodeException.php +++ b/src/Exceptions/UnknownLocaleCodeException.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/UnknownPluginInstanceException.php b/src/Exceptions/UnknownPluginInstanceException.php index 7b6d4fc3..5c24158c 100644 --- a/src/Exceptions/UnknownPluginInstanceException.php +++ b/src/Exceptions/UnknownPluginInstanceException.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Helpers/Arr.php b/src/Helpers/Arr.php index b98dde38..3e8f1f98 100644 --- a/src/Helpers/Arr.php +++ b/src/Helpers/Arr.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Helpers/Config.php b/src/Helpers/Config.php index ea476651..5fb66059 100644 --- a/src/Helpers/Config.php +++ b/src/Helpers/Config.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Plugins/Plugin.php b/src/Plugins/Plugin.php index be3f2982..1e535844 100644 --- a/src/Plugins/Plugin.php +++ b/src/Plugins/Plugin.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Plugins/Provider.php b/src/Plugins/Provider.php index 48585a61..c15f1697 100644 --- a/src/Plugins/Provider.php +++ b/src/Plugins/Provider.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Add.php b/src/Processors/Add.php index c73c4d57..986a18a7 100644 --- a/src/Processors/Add.php +++ b/src/Processors/Add.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Processor.php b/src/Processors/Processor.php index b6a92106..8d0e51a5 100644 --- a/src/Processors/Processor.php +++ b/src/Processors/Processor.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Remove.php b/src/Processors/Remove.php index 538e7ebb..d1133f84 100644 --- a/src/Processors/Remove.php +++ b/src/Processors/Remove.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Reset.php b/src/Processors/Reset.php index 9ae9574f..fc19bceb 100644 --- a/src/Processors/Reset.php +++ b/src/Processors/Reset.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Update.php b/src/Processors/Update.php index 7a7c6e63..4977e708 100644 --- a/src/Processors/Update.php +++ b/src/Processors/Update.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Resources/Translation.php b/src/Resources/Translation.php index c867820a..8ee5188f 100644 --- a/src/Resources/Translation.php +++ b/src/Resources/Translation.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 8fcaec22..2f60bcc6 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Converters/Extensions/SmartPunctExtension.php b/src/Services/Converters/Extensions/SmartPunctExtension.php index 219d3d40..cedc3f34 100644 --- a/src/Services/Converters/Extensions/SmartPunctExtension.php +++ b/src/Services/Converters/Extensions/SmartPunctExtension.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Converters/Text/BaseDecorator.php b/src/Services/Converters/Text/BaseDecorator.php index 822ebeea..6c071d67 100644 --- a/src/Services/Converters/Text/BaseDecorator.php +++ b/src/Services/Converters/Text/BaseDecorator.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Converters/Text/CommonDecorator.php b/src/Services/Converters/Text/CommonDecorator.php index 85a52cb6..3590ec68 100644 --- a/src/Services/Converters/Text/CommonDecorator.php +++ b/src/Services/Converters/Text/CommonDecorator.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Converters/Text/SmartPunctuationDecorator.php b/src/Services/Converters/Text/SmartPunctuationDecorator.php index 4ba4698d..67c43ce3 100644 --- a/src/Services/Converters/Text/SmartPunctuationDecorator.php +++ b/src/Services/Converters/Text/SmartPunctuationDecorator.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Filesystem/Base.php b/src/Services/Filesystem/Base.php index 46273557..0da28a06 100644 --- a/src/Services/Filesystem/Base.php +++ b/src/Services/Filesystem/Base.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Filesystem/Json.php b/src/Services/Filesystem/Json.php index ddd592ef..f3d69285 100644 --- a/src/Services/Filesystem/Json.php +++ b/src/Services/Filesystem/Json.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Filesystem/Manager.php b/src/Services/Filesystem/Manager.php index 73f7e3e1..27518dbc 100644 --- a/src/Services/Filesystem/Manager.php +++ b/src/Services/Filesystem/Manager.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Filesystem/Php.php b/src/Services/Filesystem/Php.php index cd93818c..2e733069 100644 --- a/src/Services/Filesystem/Php.php +++ b/src/Services/Filesystem/Php.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Services/Renderer/ParagraphRenderer.php b/src/Services/Renderer/ParagraphRenderer.php index 2bffd701..fd5c1863 100644 --- a/src/Services/Renderer/ParagraphRenderer.php +++ b/src/Services/Renderer/ParagraphRenderer.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Concerns/Commands.php b/tests/Concerns/Commands.php index 167584d5..a8836189 100644 --- a/tests/Concerns/Commands.php +++ b/tests/Concerns/Commands.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Incorrect/BasePathDoesntExistProvider.php b/tests/Fixtures/Incorrect/BasePathDoesntExistProvider.php index 010fc1f1..69a1232d 100644 --- a/tests/Fixtures/Incorrect/BasePathDoesntExistProvider.php +++ b/tests/Fixtures/Incorrect/BasePathDoesntExistProvider.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Incorrect/BasePathProvider.php b/tests/Fixtures/Incorrect/BasePathProvider.php index 76b49636..a3954173 100644 --- a/tests/Fixtures/Incorrect/BasePathProvider.php +++ b/tests/Fixtures/Incorrect/BasePathProvider.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Incorrect/ExceptionProvider.php b/tests/Fixtures/Incorrect/ExceptionProvider.php index 5410b6ed..55d9e39a 100644 --- a/tests/Fixtures/Incorrect/ExceptionProvider.php +++ b/tests/Fixtures/Incorrect/ExceptionProvider.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Incorrect/Plugin.php b/tests/Fixtures/Incorrect/Plugin.php index 199e3983..819caab4 100644 --- a/tests/Fixtures/Incorrect/Plugin.php +++ b/tests/Fixtures/Incorrect/Plugin.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/MorePlugins/First/Src/Plugin.php b/tests/Fixtures/MorePlugins/First/Src/Plugin.php index 28dd1259..17a1e8f1 100644 --- a/tests/Fixtures/MorePlugins/First/Src/Plugin.php +++ b/tests/Fixtures/MorePlugins/First/Src/Plugin.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/MorePlugins/First/Src/Plugins/Bar.php b/tests/Fixtures/MorePlugins/First/Src/Plugins/Bar.php index 284c2fa0..597922c2 100644 --- a/tests/Fixtures/MorePlugins/First/Src/Plugins/Bar.php +++ b/tests/Fixtures/MorePlugins/First/Src/Plugins/Bar.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/MorePlugins/First/Src/Plugins/Foo.php b/tests/Fixtures/MorePlugins/First/Src/Plugins/Foo.php index bfa982a9..2210171c 100644 --- a/tests/Fixtures/MorePlugins/First/Src/Plugins/Foo.php +++ b/tests/Fixtures/MorePlugins/First/Src/Plugins/Foo.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/MorePlugins/Second/Src/Plugin.php b/tests/Fixtures/MorePlugins/Second/Src/Plugin.php index b47ad672..cbf8aaa4 100644 --- a/tests/Fixtures/MorePlugins/Second/Src/Plugin.php +++ b/tests/Fixtures/MorePlugins/Second/Src/Plugin.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/MorePlugins/Second/Src/Plugins/Bar.php b/tests/Fixtures/MorePlugins/Second/Src/Plugins/Bar.php index dea0256a..6a15ebf7 100644 --- a/tests/Fixtures/MorePlugins/Second/Src/Plugins/Bar.php +++ b/tests/Fixtures/MorePlugins/Second/Src/Plugins/Bar.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/MorePlugins/Second/Src/Plugins/Foo.php b/tests/Fixtures/MorePlugins/Second/Src/Plugins/Foo.php index 57995cbb..45a78c6c 100644 --- a/tests/Fixtures/MorePlugins/Second/Src/Plugins/Foo.php +++ b/tests/Fixtures/MorePlugins/Second/Src/Plugins/Foo.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/source/validation.php b/tests/Fixtures/Plugin/source/validation.php index e23d6014..2edd989f 100644 --- a/tests/Fixtures/Plugin/source/validation.php +++ b/tests/Fixtures/Plugin/source/validation.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/src/Plugin.php b/tests/Fixtures/Plugin/src/Plugin.php index 724dd714..23ee54fb 100644 --- a/tests/Fixtures/Plugin/src/Plugin.php +++ b/tests/Fixtures/Plugin/src/Plugin.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/src/Plugins/Baq.php b/tests/Fixtures/Plugin/src/Plugins/Baq.php index 23289151..b56081a8 100644 --- a/tests/Fixtures/Plugin/src/Plugins/Baq.php +++ b/tests/Fixtures/Plugin/src/Plugins/Baq.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/src/Plugins/Bar.php b/tests/Fixtures/Plugin/src/Plugins/Bar.php index c14822dd..e1a4cf47 100644 --- a/tests/Fixtures/Plugin/src/Plugins/Bar.php +++ b/tests/Fixtures/Plugin/src/Plugins/Bar.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/src/Plugins/Baw.php b/tests/Fixtures/Plugin/src/Plugins/Baw.php index 57f337a8..8ca115d3 100644 --- a/tests/Fixtures/Plugin/src/Plugins/Baw.php +++ b/tests/Fixtures/Plugin/src/Plugins/Baw.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/src/Plugins/Custom.php b/tests/Fixtures/Plugin/src/Plugins/Custom.php index 80288025..28fcd6dc 100644 --- a/tests/Fixtures/Plugin/src/Plugins/Custom.php +++ b/tests/Fixtures/Plugin/src/Plugins/Custom.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/src/Plugins/Foo.php b/tests/Fixtures/Plugin/src/Plugins/Foo.php index eadc9a1b..d143b2e5 100644 --- a/tests/Fixtures/Plugin/src/Plugins/Foo.php +++ b/tests/Fixtures/Plugin/src/Plugins/Foo.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/Plugin/src/ServiceProvider.php b/tests/Fixtures/Plugin/src/ServiceProvider.php index a273d68f..7b809ed5 100644 --- a/tests/Fixtures/Plugin/src/ServiceProvider.php +++ b/tests/Fixtures/Plugin/src/ServiceProvider.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/collision_functions.php b/tests/Fixtures/collision_functions.php index a7897b1c..069f58ea 100644 --- a/tests/Fixtures/collision_functions.php +++ b/tests/Fixtures/collision_functions.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/lang/en/auth.php b/tests/Fixtures/lang/en/auth.php index 54d5d685..f4e8fdb7 100644 --- a/tests/Fixtures/lang/en/auth.php +++ b/tests/Fixtures/lang/en/auth.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/lang/en/pagination.php b/tests/Fixtures/lang/en/pagination.php index 1d1b5b47..bc9c2ad7 100644 --- a/tests/Fixtures/lang/en/pagination.php +++ b/tests/Fixtures/lang/en/pagination.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/lang/en/validation.php b/tests/Fixtures/lang/en/validation.php index e2350002..f8ecaa11 100644 --- a/tests/Fixtures/lang/en/validation.php +++ b/tests/Fixtures/lang/en/validation.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/lang/fr/auth.php b/tests/Fixtures/lang/fr/auth.php index 8e3b31ef..6655d637 100644 --- a/tests/Fixtures/lang/fr/auth.php +++ b/tests/Fixtures/lang/fr/auth.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/lang/fr/pagination.php b/tests/Fixtures/lang/fr/pagination.php index 59a69829..1ae536ec 100644 --- a/tests/Fixtures/lang/fr/pagination.php +++ b/tests/Fixtures/lang/fr/pagination.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Fixtures/lang/fr/validation.php b/tests/Fixtures/lang/fr/validation.php index 3d56713a..fb10134c 100644 --- a/tests/Fixtures/lang/fr/validation.php +++ b/tests/Fixtures/lang/fr/validation.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/TestCase.php b/tests/TestCase.php index 311d4ffb..e4127331 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/Decorated/DisabledDecorateTest.php b/tests/Unit/Console/Decorated/DisabledDecorateTest.php index e00a798c..7ec6605c 100644 --- a/tests/Unit/Console/Decorated/DisabledDecorateTest.php +++ b/tests/Unit/Console/Decorated/DisabledDecorateTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/Decorated/EnabledDecorateTest.php b/tests/Unit/Console/Decorated/EnabledDecorateTest.php index fd3285a3..2de0adb5 100644 --- a/tests/Unit/Console/Decorated/EnabledDecorateTest.php +++ b/tests/Unit/Console/Decorated/EnabledDecorateTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Add/IncorrectLocaleTest.php b/tests/Unit/Console/InlineOff/Add/IncorrectLocaleTest.php index 1168be11..497f1eb7 100644 --- a/tests/Unit/Console/InlineOff/Add/IncorrectLocaleTest.php +++ b/tests/Unit/Console/InlineOff/Add/IncorrectLocaleTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Add/Success/DefaultTest.php b/tests/Unit/Console/InlineOff/Add/Success/DefaultTest.php index 9e54c8bb..e3f53326 100644 --- a/tests/Unit/Console/InlineOff/Add/Success/DefaultTest.php +++ b/tests/Unit/Console/InlineOff/Add/Success/DefaultTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Add/Success/DefaultWithInstalledTest.php b/tests/Unit/Console/InlineOff/Add/Success/DefaultWithInstalledTest.php index 1d6ace48..a21d320f 100644 --- a/tests/Unit/Console/InlineOff/Add/Success/DefaultWithInstalledTest.php +++ b/tests/Unit/Console/InlineOff/Add/Success/DefaultWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Add/Success/FallbackTest.php b/tests/Unit/Console/InlineOff/Add/Success/FallbackTest.php index cbe4e528..f806a9a5 100644 --- a/tests/Unit/Console/InlineOff/Add/Success/FallbackTest.php +++ b/tests/Unit/Console/InlineOff/Add/Success/FallbackTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Add/Success/FallbackWithInstalledTest.php b/tests/Unit/Console/InlineOff/Add/Success/FallbackWithInstalledTest.php index a303a13a..d618c826 100644 --- a/tests/Unit/Console/InlineOff/Add/Success/FallbackWithInstalledTest.php +++ b/tests/Unit/Console/InlineOff/Add/Success/FallbackWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Add/WithoutParameterTest.php b/tests/Unit/Console/InlineOff/Add/WithoutParameterTest.php index c7a07c5c..11722faa 100644 --- a/tests/Unit/Console/InlineOff/Add/WithoutParameterTest.php +++ b/tests/Unit/Console/InlineOff/Add/WithoutParameterTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Remove/IncorrectLocaleTest.php b/tests/Unit/Console/InlineOff/Remove/IncorrectLocaleTest.php index 50bbef5b..bde9c36e 100644 --- a/tests/Unit/Console/InlineOff/Remove/IncorrectLocaleTest.php +++ b/tests/Unit/Console/InlineOff/Remove/IncorrectLocaleTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Remove/ProtectedTest.php b/tests/Unit/Console/InlineOff/Remove/ProtectedTest.php index 381906ee..03dbb3e3 100644 --- a/tests/Unit/Console/InlineOff/Remove/ProtectedTest.php +++ b/tests/Unit/Console/InlineOff/Remove/ProtectedTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Remove/SuccessTest.php b/tests/Unit/Console/InlineOff/Remove/SuccessTest.php index b6e8cbd4..a0c93f07 100644 --- a/tests/Unit/Console/InlineOff/Remove/SuccessTest.php +++ b/tests/Unit/Console/InlineOff/Remove/SuccessTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Remove/WithoutParameterTest.php b/tests/Unit/Console/InlineOff/Remove/WithoutParameterTest.php index a1186884..3457a0c3 100644 --- a/tests/Unit/Console/InlineOff/Remove/WithoutParameterTest.php +++ b/tests/Unit/Console/InlineOff/Remove/WithoutParameterTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Reset/AcceptTest.php b/tests/Unit/Console/InlineOff/Reset/AcceptTest.php index 1f64bce4..29e95e68 100644 --- a/tests/Unit/Console/InlineOff/Reset/AcceptTest.php +++ b/tests/Unit/Console/InlineOff/Reset/AcceptTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Reset/DeclineTest.php b/tests/Unit/Console/InlineOff/Reset/DeclineTest.php index 6e5fb595..57b6bf1c 100644 --- a/tests/Unit/Console/InlineOff/Reset/DeclineTest.php +++ b/tests/Unit/Console/InlineOff/Reset/DeclineTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/TestCase.php b/tests/Unit/Console/InlineOff/TestCase.php index 5ef17709..7703631b 100644 --- a/tests/Unit/Console/InlineOff/TestCase.php +++ b/tests/Unit/Console/InlineOff/TestCase.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Update/EmptyDirectoryTest.php b/tests/Unit/Console/InlineOff/Update/EmptyDirectoryTest.php index 48c42a5a..fd0f2a09 100644 --- a/tests/Unit/Console/InlineOff/Update/EmptyDirectoryTest.php +++ b/tests/Unit/Console/InlineOff/Update/EmptyDirectoryTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Update/Success/DefaultWithInstalledTest.php b/tests/Unit/Console/InlineOff/Update/Success/DefaultWithInstalledTest.php index 3d9e2bf9..819f93f5 100644 --- a/tests/Unit/Console/InlineOff/Update/Success/DefaultWithInstalledTest.php +++ b/tests/Unit/Console/InlineOff/Update/Success/DefaultWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Update/Success/FallbackWithInstalledTest.php b/tests/Unit/Console/InlineOff/Update/Success/FallbackWithInstalledTest.php index b8c90d79..01aa19b2 100644 --- a/tests/Unit/Console/InlineOff/Update/Success/FallbackWithInstalledTest.php +++ b/tests/Unit/Console/InlineOff/Update/Success/FallbackWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOff/Update/Success/NestedAttributesTest.php b/tests/Unit/Console/InlineOff/Update/Success/NestedAttributesTest.php index dbd4b945..5c2ffd74 100644 --- a/tests/Unit/Console/InlineOff/Update/Success/NestedAttributesTest.php +++ b/tests/Unit/Console/InlineOff/Update/Success/NestedAttributesTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Add/IncorrectLocaleTest.php b/tests/Unit/Console/InlineOn/Add/IncorrectLocaleTest.php index d1a526a1..91b3d8a8 100644 --- a/tests/Unit/Console/InlineOn/Add/IncorrectLocaleTest.php +++ b/tests/Unit/Console/InlineOn/Add/IncorrectLocaleTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Add/Success/DefaultTest.php b/tests/Unit/Console/InlineOn/Add/Success/DefaultTest.php index ccd5efcf..16d93606 100644 --- a/tests/Unit/Console/InlineOn/Add/Success/DefaultTest.php +++ b/tests/Unit/Console/InlineOn/Add/Success/DefaultTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Add/Success/DefaultWithInstalledTest.php b/tests/Unit/Console/InlineOn/Add/Success/DefaultWithInstalledTest.php index 98235af4..817f74f3 100644 --- a/tests/Unit/Console/InlineOn/Add/Success/DefaultWithInstalledTest.php +++ b/tests/Unit/Console/InlineOn/Add/Success/DefaultWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Add/Success/FallbackTest.php b/tests/Unit/Console/InlineOn/Add/Success/FallbackTest.php index 7ca52f4e..3b744bfa 100644 --- a/tests/Unit/Console/InlineOn/Add/Success/FallbackTest.php +++ b/tests/Unit/Console/InlineOn/Add/Success/FallbackTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Add/Success/FallbackWithInstalledTest.php b/tests/Unit/Console/InlineOn/Add/Success/FallbackWithInstalledTest.php index 94e25e6c..d61675c0 100644 --- a/tests/Unit/Console/InlineOn/Add/Success/FallbackWithInstalledTest.php +++ b/tests/Unit/Console/InlineOn/Add/Success/FallbackWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Add/WithoutParameterTest.php b/tests/Unit/Console/InlineOn/Add/WithoutParameterTest.php index 3c7f9311..149d672b 100644 --- a/tests/Unit/Console/InlineOn/Add/WithoutParameterTest.php +++ b/tests/Unit/Console/InlineOn/Add/WithoutParameterTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Remove/IncorrectLocaleTest.php b/tests/Unit/Console/InlineOn/Remove/IncorrectLocaleTest.php index 31e45299..56ec8020 100644 --- a/tests/Unit/Console/InlineOn/Remove/IncorrectLocaleTest.php +++ b/tests/Unit/Console/InlineOn/Remove/IncorrectLocaleTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Remove/ProtectedTest.php b/tests/Unit/Console/InlineOn/Remove/ProtectedTest.php index b37f7b3a..daeb651d 100644 --- a/tests/Unit/Console/InlineOn/Remove/ProtectedTest.php +++ b/tests/Unit/Console/InlineOn/Remove/ProtectedTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Remove/SuccessTest.php b/tests/Unit/Console/InlineOn/Remove/SuccessTest.php index 49fabc6e..1b9c85da 100644 --- a/tests/Unit/Console/InlineOn/Remove/SuccessTest.php +++ b/tests/Unit/Console/InlineOn/Remove/SuccessTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Remove/WithoutParameterTest.php b/tests/Unit/Console/InlineOn/Remove/WithoutParameterTest.php index bb154f4d..c76ceecf 100644 --- a/tests/Unit/Console/InlineOn/Remove/WithoutParameterTest.php +++ b/tests/Unit/Console/InlineOn/Remove/WithoutParameterTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Reset/AcceptTest.php b/tests/Unit/Console/InlineOn/Reset/AcceptTest.php index 2d573664..a4e2734e 100644 --- a/tests/Unit/Console/InlineOn/Reset/AcceptTest.php +++ b/tests/Unit/Console/InlineOn/Reset/AcceptTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Reset/DeclineTest.php b/tests/Unit/Console/InlineOn/Reset/DeclineTest.php index 8bc41199..f68b4f2c 100644 --- a/tests/Unit/Console/InlineOn/Reset/DeclineTest.php +++ b/tests/Unit/Console/InlineOn/Reset/DeclineTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/TestCase.php b/tests/Unit/Console/InlineOn/TestCase.php index a04b9a42..8513b3a7 100644 --- a/tests/Unit/Console/InlineOn/TestCase.php +++ b/tests/Unit/Console/InlineOn/TestCase.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Update/EmptyDirectoryTest.php b/tests/Unit/Console/InlineOn/Update/EmptyDirectoryTest.php index 4a22d846..dd6a0d65 100644 --- a/tests/Unit/Console/InlineOn/Update/EmptyDirectoryTest.php +++ b/tests/Unit/Console/InlineOn/Update/EmptyDirectoryTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Update/Success/DefaultWithInstalledTest.php b/tests/Unit/Console/InlineOn/Update/Success/DefaultWithInstalledTest.php index c5b4dc93..8f0d5b0b 100644 --- a/tests/Unit/Console/InlineOn/Update/Success/DefaultWithInstalledTest.php +++ b/tests/Unit/Console/InlineOn/Update/Success/DefaultWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Update/Success/FallbackWithInstalledTest.php b/tests/Unit/Console/InlineOn/Update/Success/FallbackWithInstalledTest.php index 88c6e17e..43f306a9 100644 --- a/tests/Unit/Console/InlineOn/Update/Success/FallbackWithInstalledTest.php +++ b/tests/Unit/Console/InlineOn/Update/Success/FallbackWithInstalledTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Console/InlineOn/Update/Success/NestedAttributesTest.php b/tests/Unit/Console/InlineOn/Update/Success/NestedAttributesTest.php index 8481646e..70cb5a43 100644 --- a/tests/Unit/Console/InlineOn/Update/Success/NestedAttributesTest.php +++ b/tests/Unit/Console/InlineOn/Update/Success/NestedAttributesTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Helpers/Config/Base.php b/tests/Unit/Helpers/Config/Base.php index 3f5fdaa8..c4185b40 100644 --- a/tests/Unit/Helpers/Config/Base.php +++ b/tests/Unit/Helpers/Config/Base.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Helpers/Config/GetPackageNameByPathTest.php b/tests/Unit/Helpers/Config/GetPackageNameByPathTest.php index 76dea086..f5c8f7c0 100644 --- a/tests/Unit/Helpers/Config/GetPackageNameByPathTest.php +++ b/tests/Unit/Helpers/Config/GetPackageNameByPathTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Helpers/Config/GetPackagesTest.php b/tests/Unit/Helpers/Config/GetPackagesTest.php index 12d7156d..0bad7b7e 100644 --- a/tests/Unit/Helpers/Config/GetPackagesTest.php +++ b/tests/Unit/Helpers/Config/GetPackagesTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Helpers/Config/GetPluginsTest.php b/tests/Unit/Helpers/Config/GetPluginsTest.php index 5f8059d4..4e94f5a5 100644 --- a/tests/Unit/Helpers/Config/GetPluginsTest.php +++ b/tests/Unit/Helpers/Config/GetPluginsTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Unit/Plugins/Providers/ExceptionsTest.php b/tests/Unit/Plugins/Providers/ExceptionsTest.php index 064ed498..cf6a177c 100644 --- a/tests/Unit/Plugins/Providers/ExceptionsTest.php +++ b/tests/Unit/Plugins/Providers/ExceptionsTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2024 Laravel Lang Team + * @copyright 2025 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com