diff --git a/config/private.php b/config/private.php index 95ba6b6e..bcf31f0e 100644 --- a/config/private.php +++ b/config/private.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/config/public.php b/config/public.php index 63d04fe3..7504dc03 100644 --- a/config/public.php +++ b/config/public.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * @copyright 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/phpunit.xml b/phpunit.xml index 3352b1c1..07a5087d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ ~ file that was distributed with this source code. ~ ~ @author Andrey Helldar - ~ @copyright 2023 Laravel Lang Team + ~ @copyright 2024 Laravel Lang Team ~ @license MIT ~ ~ @see https://laravel-lang.com diff --git a/src/Concerns/About.php b/src/Concerns/About.php index 8255015a..7a4ecac7 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Decorator.php b/src/Concerns/Decorator.php index dc891aba..b0b0d54c 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Has.php b/src/Concerns/Has.php index 98083838..3c71f812 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Output.php b/src/Concerns/Output.php index 9820e65a..7344a43a 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Concerns/Path.php b/src/Concerns/Path.php index 0b526859..151cc373 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Add.php b/src/Console/Add.php index d737b04c..c9066d19 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Base.php b/src/Console/Base.php index d9e809d9..33c4d80b 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Remove.php b/src/Console/Remove.php index 3c8f546f..2c590bf4 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Reset.php b/src/Console/Reset.php index 5bee1830..af22bc87 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Console/Update.php b/src/Console/Update.php index 1d10ff88..2f7f7ece 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Constants/Types.php b/src/Constants/Types.php index 0876dfd4..3bf9c90a 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Contracts/TextDecorator.php b/src/Contracts/TextDecorator.php index 2ad6f0b9..b8f88fc3 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/BaseException.php b/src/Exceptions/BaseException.php index 6accc73c..3f7bf44e 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/ProtectedLocaleException.php b/src/Exceptions/ProtectedLocaleException.php index 9c110d21..cee37188 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/UnknownLocaleCodeException.php b/src/Exceptions/UnknownLocaleCodeException.php index 742c30e7..2c166fd9 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Exceptions/UnknownPluginInstanceException.php b/src/Exceptions/UnknownPluginInstanceException.php index 8e4344aa..7b6d4fc3 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Helpers/Arr.php b/src/Helpers/Arr.php index 3c31beb5..6c3bdad6 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Helpers/Config.php b/src/Helpers/Config.php index cca40ecc..25b5d0b3 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Plugins/Plugin.php b/src/Plugins/Plugin.php index d73e1295..be3f2982 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Plugins/Provider.php b/src/Plugins/Provider.php index 49ca123a..48585a61 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Add.php b/src/Processors/Add.php index 604eeaf2..c73c4d57 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Remove.php b/src/Processors/Remove.php index 981ec8dd..538e7ebb 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Reset.php b/src/Processors/Reset.php index 7c06a70f..9ae9574f 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Processors/Update.php b/src/Processors/Update.php index 11f31ff8..054af35f 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/Resources/Translation.php b/src/Resources/Translation.php index 20d3d662..b2ca4eee 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 90c113cb..35112113 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 2023 Laravel Lang Team + * @copyright 2024 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 239dc6e8..219d3d40 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 2023 Laravel Lang Team + * @copyright 2024 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 300ebe03..c8edf4dd 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 2023 Laravel Lang Team + * @copyright 2024 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 a38e1b23..85a52cb6 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 2023 Laravel Lang Team + * @copyright 2024 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 1df5d3bb..4ba4698d 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 2023 Laravel Lang Team + * @copyright 2024 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 13ddfbb8..46273557 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 2023 Laravel Lang Team + * @copyright 2024 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 a5ba4beb..ddd592ef 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 2023 Laravel Lang Team + * @copyright 2024 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 9e99d13c..73f7e3e1 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 2023 Laravel Lang Team + * @copyright 2024 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 57b1c990..0e13954a 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 2023 Laravel Lang Team + * @copyright 2024 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 1629efbd..2bffd701 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/Concerns/Commands.php b/tests/Concerns/Commands.php index a94ff0c1..167584d5 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 2023 Laravel Lang Team + * @copyright 2024 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 7d38c04e..010fc1f1 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 2023 Laravel Lang Team + * @copyright 2024 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 591cb0e1..76b49636 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 2023 Laravel Lang Team + * @copyright 2024 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 a3dd41da..5410b6ed 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 2023 Laravel Lang Team + * @copyright 2024 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 f7c0e5e2..199e3983 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 2023 Laravel Lang Team + * @copyright 2024 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 1a843e65..28dd1259 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 2023 Laravel Lang Team + * @copyright 2024 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 569aa92d..284c2fa0 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 2023 Laravel Lang Team + * @copyright 2024 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 a728ed64..bfa982a9 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 2023 Laravel Lang Team + * @copyright 2024 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 ce56dbea..b47ad672 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 2023 Laravel Lang Team + * @copyright 2024 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 c38bd8d7..dea0256a 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 2023 Laravel Lang Team + * @copyright 2024 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 f0e9a31f..57995cbb 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 2023 Laravel Lang Team + * @copyright 2024 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 5b3f11c6..e23d6014 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 2023 Laravel Lang Team + * @copyright 2024 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 d45ed15c..724dd714 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 2023 Laravel Lang Team + * @copyright 2024 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 4584f332..23289151 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 2023 Laravel Lang Team + * @copyright 2024 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 7c65f324..c14822dd 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 2023 Laravel Lang Team + * @copyright 2024 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 cdad3be7..57f337a8 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 2023 Laravel Lang Team + * @copyright 2024 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 c1b13ff7..80288025 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 2023 Laravel Lang Team + * @copyright 2024 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 b892501d..eadc9a1b 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 2023 Laravel Lang Team + * @copyright 2024 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 2d81ca44..a273d68f 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 2023 Laravel Lang Team + * @copyright 2024 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 a9c21da2..a7897b1c 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 2023 Laravel Lang Team + * @copyright 2024 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 90c668ec..54d5d685 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 2023 Laravel Lang Team + * @copyright 2024 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 c8002b65..1d1b5b47 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 2023 Laravel Lang Team + * @copyright 2024 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 161dc0a2..e2350002 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 2023 Laravel Lang Team + * @copyright 2024 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 d356418a..8e3b31ef 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 2023 Laravel Lang Team + * @copyright 2024 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 65ea858a..59a69829 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 2023 Laravel Lang Team + * @copyright 2024 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 a490566f..3d56713a 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com diff --git a/tests/TestCase.php b/tests/TestCase.php index 8802167d..beb9d3a2 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 2023 Laravel Lang Team + * @copyright 2024 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 60a064bc..e00a798c 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 2023 Laravel Lang Team + * @copyright 2024 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 a3e80df2..fd3285a3 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 2023 Laravel Lang Team + * @copyright 2024 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 2dafff8c..1168be11 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 2023 Laravel Lang Team + * @copyright 2024 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 79e5b717..9e54c8bb 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 2023 Laravel Lang Team + * @copyright 2024 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 962a7805..1d6ace48 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 2023 Laravel Lang Team + * @copyright 2024 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 18c237dd..cbe4e528 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 2023 Laravel Lang Team + * @copyright 2024 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 3e32d1e6..a303a13a 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 2023 Laravel Lang Team + * @copyright 2024 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 11df9e22..b6620110 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 2023 Laravel Lang Team + * @copyright 2024 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 ad4b8ee1..50bbef5b 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 2023 Laravel Lang Team + * @copyright 2024 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 af5af8ed..381906ee 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 2023 Laravel Lang Team + * @copyright 2024 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 6894f732..b6e8cbd4 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 2023 Laravel Lang Team + * @copyright 2024 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 641a8302..fef4ed03 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 2023 Laravel Lang Team + * @copyright 2024 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 922fe53b..1f64bce4 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 2023 Laravel Lang Team + * @copyright 2024 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 22e0dbbb..6e5fb595 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 2023 Laravel Lang Team + * @copyright 2024 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 a74ecda9..5ef17709 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 2023 Laravel Lang Team + * @copyright 2024 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 f38a8701..48c42a5a 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 2023 Laravel Lang Team + * @copyright 2024 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 fd79f749..3d9e2bf9 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 2023 Laravel Lang Team + * @copyright 2024 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 2cf85456..b8c90d79 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 2023 Laravel Lang Team + * @copyright 2024 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 e593ba98..dbd4b945 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 2023 Laravel Lang Team + * @copyright 2024 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 d032d760..d1a526a1 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 2023 Laravel Lang Team + * @copyright 2024 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 75bffc71..ccd5efcf 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 2023 Laravel Lang Team + * @copyright 2024 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 9ac5674c..98235af4 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 2023 Laravel Lang Team + * @copyright 2024 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 722c30ce..7ca52f4e 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 2023 Laravel Lang Team + * @copyright 2024 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 9ce31f07..94e25e6c 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 2023 Laravel Lang Team + * @copyright 2024 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 99f84fd9..6f1dfb77 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 2023 Laravel Lang Team + * @copyright 2024 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 58f93b11..31e45299 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 2023 Laravel Lang Team + * @copyright 2024 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 f7a3eda1..b37f7b3a 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 2023 Laravel Lang Team + * @copyright 2024 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 76a7fd26..49fabc6e 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 2023 Laravel Lang Team + * @copyright 2024 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 acb005fa..bb2bd015 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 2023 Laravel Lang Team + * @copyright 2024 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 9ca07f74..2d573664 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 2023 Laravel Lang Team + * @copyright 2024 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 92a39fb1..8bc41199 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 2023 Laravel Lang Team + * @copyright 2024 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 be59d316..a04b9a42 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 2023 Laravel Lang Team + * @copyright 2024 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 f9674a10..4a22d846 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 2023 Laravel Lang Team + * @copyright 2024 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 c5c48954..c5b4dc93 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 2023 Laravel Lang Team + * @copyright 2024 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 0f93d7c2..88c6e17e 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 2023 Laravel Lang Team + * @copyright 2024 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 9e6c8bcf..8481646e 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 2023 Laravel Lang Team + * @copyright 2024 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 f3451f60..3f5fdaa8 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 2023 Laravel Lang Team + * @copyright 2024 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 1194a540..76dea086 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 2023 Laravel Lang Team + * @copyright 2024 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 4957fd4a..12d7156d 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 2023 Laravel Lang Team + * @copyright 2024 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 bfaba188..5f8059d4 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 2023 Laravel Lang Team + * @copyright 2024 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 e72d49fb..064ed498 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 2023 Laravel Lang Team + * @copyright 2024 Laravel Lang Team * @license MIT * * @see https://laravel-lang.com