From b8c9ae04f30e96dae00f202fb7b78992545f7aa1 Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Wed, 1 Jan 2025 00:13:08 +0000 Subject: [PATCH] Enhancement: Update license year --- .php-cs-fixer.php | 2 +- LICENSE.md | 2 +- rector.php | 2 +- src/Factory.php | 2 +- src/Fixers.php | 2 +- src/Name.php | 2 +- src/PhpVersion.php | 2 +- src/PhpVersion/Major.php | 2 +- src/PhpVersion/Minor.php | 2 +- src/PhpVersion/Patch.php | 2 +- src/RuleSet.php | 2 +- src/RuleSet/Doctrine.php | 2 +- src/RuleSet/Php53.php | 2 +- src/RuleSet/Php54.php | 2 +- src/RuleSet/Php55.php | 2 +- src/RuleSet/Php56.php | 2 +- src/RuleSet/Php70.php | 2 +- src/RuleSet/Php71.php | 2 +- src/RuleSet/Php72.php | 2 +- src/RuleSet/Php73.php | 2 +- src/RuleSet/Php74.php | 2 +- src/RuleSet/Php80.php | 2 +- src/RuleSet/Php81.php | 2 +- src/RuleSet/Php82.php | 2 +- src/RuleSet/Php83.php | 2 +- src/RuleSet/Php84.php | 2 +- src/Rules.php | 2 +- test/EndToEnd/RuleSet/AbstractRuleSetTestCase.php | 2 +- test/EndToEnd/RuleSet/Php53Test.php | 2 +- test/EndToEnd/RuleSet/Php54Test.php | 2 +- test/EndToEnd/RuleSet/Php55Test.php | 2 +- test/EndToEnd/RuleSet/Php56Test.php | 2 +- test/EndToEnd/RuleSet/Php70Test.php | 2 +- test/EndToEnd/RuleSet/Php71Test.php | 2 +- test/EndToEnd/RuleSet/Php72Test.php | 2 +- test/EndToEnd/RuleSet/Php73Test.php | 2 +- test/EndToEnd/RuleSet/Php74Test.php | 2 +- test/EndToEnd/RuleSet/Php80Test.php | 2 +- test/EndToEnd/RuleSet/Php81Test.php | 2 +- test/EndToEnd/RuleSet/Php82Test.php | 2 +- test/EndToEnd/RuleSet/Php83Test.php | 2 +- test/EndToEnd/RuleSet/Php84Test.php | 2 +- test/Unit/FactoryTest.php | 2 +- test/Unit/FixersTest.php | 2 +- test/Unit/NameTest.php | 2 +- test/Unit/PhpVersion/MajorTest.php | 2 +- test/Unit/PhpVersion/MinorTest.php | 2 +- test/Unit/PhpVersion/PatchTest.php | 2 +- test/Unit/PhpVersionTest.php | 2 +- test/Unit/RuleSet/AbstractRuleSetTestCase.php | 2 +- test/Unit/RuleSet/ExplicitRuleSetTestCase.php | 2 +- test/Unit/RuleSet/Php53Test.php | 2 +- test/Unit/RuleSet/Php54Test.php | 2 +- test/Unit/RuleSet/Php55Test.php | 2 +- test/Unit/RuleSet/Php56Test.php | 2 +- test/Unit/RuleSet/Php70Test.php | 2 +- test/Unit/RuleSet/Php71Test.php | 2 +- test/Unit/RuleSet/Php72Test.php | 2 +- test/Unit/RuleSet/Php73Test.php | 2 +- test/Unit/RuleSet/Php74Test.php | 2 +- test/Unit/RuleSet/Php80Test.php | 2 +- test/Unit/RuleSet/Php81Test.php | 2 +- test/Unit/RuleSet/Php82Test.php | 2 +- test/Unit/RuleSet/Php83Test.php | 2 +- test/Unit/RuleSet/Php84Test.php | 2 +- test/Unit/RuleSetTest.php | 2 +- test/Unit/RulesTest.php | 2 +- test/Util/Helper.php | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index c86d4962..63d61b03 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/LICENSE.md b/LICENSE.md index 90b33cdf..012d13c3 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2019-2024 Andreas Möller +Copyright (c) 2019-2025 Andreas Möller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the _Software_), to deal in the Software without restriction, including without limitation the diff --git a/rector.php b/rector.php index 40bbeadc..46ecf764 100644 --- a/rector.php +++ b/rector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Factory.php b/src/Factory.php index 1a624cc1..95463b1c 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Fixers.php b/src/Fixers.php index b625b55c..15db6260 100644 --- a/src/Fixers.php +++ b/src/Fixers.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Name.php b/src/Name.php index 0e48d595..df8368a3 100644 --- a/src/Name.php +++ b/src/Name.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/PhpVersion.php b/src/PhpVersion.php index 645e6155..289615f4 100644 --- a/src/PhpVersion.php +++ b/src/PhpVersion.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/PhpVersion/Major.php b/src/PhpVersion/Major.php index 2b66d0e1..a8169303 100644 --- a/src/PhpVersion/Major.php +++ b/src/PhpVersion/Major.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/PhpVersion/Minor.php b/src/PhpVersion/Minor.php index dc18c6e6..6799f89e 100644 --- a/src/PhpVersion/Minor.php +++ b/src/PhpVersion/Minor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/PhpVersion/Patch.php b/src/PhpVersion/Patch.php index 43fa6056..8168a95c 100644 --- a/src/PhpVersion/Patch.php +++ b/src/PhpVersion/Patch.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet.php b/src/RuleSet.php index bd8b02d5..87db1d1b 100644 --- a/src/RuleSet.php +++ b/src/RuleSet.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Doctrine.php b/src/RuleSet/Doctrine.php index f8360f6c..02ad7567 100644 --- a/src/RuleSet/Doctrine.php +++ b/src/RuleSet/Doctrine.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php53.php b/src/RuleSet/Php53.php index dfe46de6..e2b98e95 100644 --- a/src/RuleSet/Php53.php +++ b/src/RuleSet/Php53.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php54.php b/src/RuleSet/Php54.php index b6e7c861..16e83406 100644 --- a/src/RuleSet/Php54.php +++ b/src/RuleSet/Php54.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php55.php b/src/RuleSet/Php55.php index 9f909c4e..92375d91 100644 --- a/src/RuleSet/Php55.php +++ b/src/RuleSet/Php55.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php56.php b/src/RuleSet/Php56.php index 62d10465..05e3b7eb 100644 --- a/src/RuleSet/Php56.php +++ b/src/RuleSet/Php56.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php70.php b/src/RuleSet/Php70.php index 9847074f..c34e9bf5 100644 --- a/src/RuleSet/Php70.php +++ b/src/RuleSet/Php70.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php71.php b/src/RuleSet/Php71.php index 3585dc2b..402a89dc 100644 --- a/src/RuleSet/Php71.php +++ b/src/RuleSet/Php71.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php72.php b/src/RuleSet/Php72.php index 8dcaeefc..1c547550 100644 --- a/src/RuleSet/Php72.php +++ b/src/RuleSet/Php72.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php73.php b/src/RuleSet/Php73.php index a87061fe..9cfde17e 100644 --- a/src/RuleSet/Php73.php +++ b/src/RuleSet/Php73.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php74.php b/src/RuleSet/Php74.php index b7b6a5d2..5b7ff743 100644 --- a/src/RuleSet/Php74.php +++ b/src/RuleSet/Php74.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php80.php b/src/RuleSet/Php80.php index 833cb870..386e8137 100644 --- a/src/RuleSet/Php80.php +++ b/src/RuleSet/Php80.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php81.php b/src/RuleSet/Php81.php index e091a0cf..f97f27e8 100644 --- a/src/RuleSet/Php81.php +++ b/src/RuleSet/Php81.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php82.php b/src/RuleSet/Php82.php index 1ea49720..22c76594 100644 --- a/src/RuleSet/Php82.php +++ b/src/RuleSet/Php82.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php83.php b/src/RuleSet/Php83.php index 4aea2d4a..5b3ca449 100644 --- a/src/RuleSet/Php83.php +++ b/src/RuleSet/Php83.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/RuleSet/Php84.php b/src/RuleSet/Php84.php index a8b3a50d..adb58993 100644 --- a/src/RuleSet/Php84.php +++ b/src/RuleSet/Php84.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Rules.php b/src/Rules.php index 91d67093..c932f1c1 100644 --- a/src/Rules.php +++ b/src/Rules.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/AbstractRuleSetTestCase.php b/test/EndToEnd/RuleSet/AbstractRuleSetTestCase.php index 27dbbf6b..218257b5 100644 --- a/test/EndToEnd/RuleSet/AbstractRuleSetTestCase.php +++ b/test/EndToEnd/RuleSet/AbstractRuleSetTestCase.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php53Test.php b/test/EndToEnd/RuleSet/Php53Test.php index ad458303..87f4f9a3 100644 --- a/test/EndToEnd/RuleSet/Php53Test.php +++ b/test/EndToEnd/RuleSet/Php53Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php54Test.php b/test/EndToEnd/RuleSet/Php54Test.php index 3368fb42..1f366d1c 100644 --- a/test/EndToEnd/RuleSet/Php54Test.php +++ b/test/EndToEnd/RuleSet/Php54Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php55Test.php b/test/EndToEnd/RuleSet/Php55Test.php index 09134893..beed05c3 100644 --- a/test/EndToEnd/RuleSet/Php55Test.php +++ b/test/EndToEnd/RuleSet/Php55Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php56Test.php b/test/EndToEnd/RuleSet/Php56Test.php index 71ff6c68..2df57499 100644 --- a/test/EndToEnd/RuleSet/Php56Test.php +++ b/test/EndToEnd/RuleSet/Php56Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php70Test.php b/test/EndToEnd/RuleSet/Php70Test.php index 61ea7330..1f455e63 100644 --- a/test/EndToEnd/RuleSet/Php70Test.php +++ b/test/EndToEnd/RuleSet/Php70Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php71Test.php b/test/EndToEnd/RuleSet/Php71Test.php index 4c859c1c..f74615d2 100644 --- a/test/EndToEnd/RuleSet/Php71Test.php +++ b/test/EndToEnd/RuleSet/Php71Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php72Test.php b/test/EndToEnd/RuleSet/Php72Test.php index 957b3b7a..7d1b4ec9 100644 --- a/test/EndToEnd/RuleSet/Php72Test.php +++ b/test/EndToEnd/RuleSet/Php72Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php73Test.php b/test/EndToEnd/RuleSet/Php73Test.php index 108dadd1..8708489b 100644 --- a/test/EndToEnd/RuleSet/Php73Test.php +++ b/test/EndToEnd/RuleSet/Php73Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php74Test.php b/test/EndToEnd/RuleSet/Php74Test.php index 80be480f..3249066d 100644 --- a/test/EndToEnd/RuleSet/Php74Test.php +++ b/test/EndToEnd/RuleSet/Php74Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php80Test.php b/test/EndToEnd/RuleSet/Php80Test.php index 186c6877..5272818c 100644 --- a/test/EndToEnd/RuleSet/Php80Test.php +++ b/test/EndToEnd/RuleSet/Php80Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php81Test.php b/test/EndToEnd/RuleSet/Php81Test.php index 434ca1c6..9fc75bb5 100644 --- a/test/EndToEnd/RuleSet/Php81Test.php +++ b/test/EndToEnd/RuleSet/Php81Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php82Test.php b/test/EndToEnd/RuleSet/Php82Test.php index eb337b36..9fd865c2 100644 --- a/test/EndToEnd/RuleSet/Php82Test.php +++ b/test/EndToEnd/RuleSet/Php82Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php83Test.php b/test/EndToEnd/RuleSet/Php83Test.php index 5719cb08..c2395a66 100644 --- a/test/EndToEnd/RuleSet/Php83Test.php +++ b/test/EndToEnd/RuleSet/Php83Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/EndToEnd/RuleSet/Php84Test.php b/test/EndToEnd/RuleSet/Php84Test.php index c31c362e..f5a72945 100644 --- a/test/EndToEnd/RuleSet/Php84Test.php +++ b/test/EndToEnd/RuleSet/Php84Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/FactoryTest.php b/test/Unit/FactoryTest.php index afae087a..6ddf2eab 100644 --- a/test/Unit/FactoryTest.php +++ b/test/Unit/FactoryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/FixersTest.php b/test/Unit/FixersTest.php index 070a0d9a..b5ff2d84 100644 --- a/test/Unit/FixersTest.php +++ b/test/Unit/FixersTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/NameTest.php b/test/Unit/NameTest.php index 008b257e..acb06121 100644 --- a/test/Unit/NameTest.php +++ b/test/Unit/NameTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/PhpVersion/MajorTest.php b/test/Unit/PhpVersion/MajorTest.php index 81bc5fc9..baeee157 100644 --- a/test/Unit/PhpVersion/MajorTest.php +++ b/test/Unit/PhpVersion/MajorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/PhpVersion/MinorTest.php b/test/Unit/PhpVersion/MinorTest.php index 43577d72..eb807e2f 100644 --- a/test/Unit/PhpVersion/MinorTest.php +++ b/test/Unit/PhpVersion/MinorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/PhpVersion/PatchTest.php b/test/Unit/PhpVersion/PatchTest.php index ff0f7be7..72e2e42e 100644 --- a/test/Unit/PhpVersion/PatchTest.php +++ b/test/Unit/PhpVersion/PatchTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/PhpVersionTest.php b/test/Unit/PhpVersionTest.php index c4c7340a..fc87ec28 100644 --- a/test/Unit/PhpVersionTest.php +++ b/test/Unit/PhpVersionTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/AbstractRuleSetTestCase.php b/test/Unit/RuleSet/AbstractRuleSetTestCase.php index 389b29ce..4c33c853 100644 --- a/test/Unit/RuleSet/AbstractRuleSetTestCase.php +++ b/test/Unit/RuleSet/AbstractRuleSetTestCase.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/ExplicitRuleSetTestCase.php b/test/Unit/RuleSet/ExplicitRuleSetTestCase.php index 73f9de32..0d25038e 100644 --- a/test/Unit/RuleSet/ExplicitRuleSetTestCase.php +++ b/test/Unit/RuleSet/ExplicitRuleSetTestCase.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php53Test.php b/test/Unit/RuleSet/Php53Test.php index ae29d264..52fc9323 100644 --- a/test/Unit/RuleSet/Php53Test.php +++ b/test/Unit/RuleSet/Php53Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php54Test.php b/test/Unit/RuleSet/Php54Test.php index 9bbca5d7..136a25c7 100644 --- a/test/Unit/RuleSet/Php54Test.php +++ b/test/Unit/RuleSet/Php54Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php55Test.php b/test/Unit/RuleSet/Php55Test.php index 0c55f30a..e0ecd3bd 100644 --- a/test/Unit/RuleSet/Php55Test.php +++ b/test/Unit/RuleSet/Php55Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php56Test.php b/test/Unit/RuleSet/Php56Test.php index 2fba61e1..3d08708a 100644 --- a/test/Unit/RuleSet/Php56Test.php +++ b/test/Unit/RuleSet/Php56Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php70Test.php b/test/Unit/RuleSet/Php70Test.php index bac926f5..e40eb9d7 100644 --- a/test/Unit/RuleSet/Php70Test.php +++ b/test/Unit/RuleSet/Php70Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php71Test.php b/test/Unit/RuleSet/Php71Test.php index ec6dce9e..2942475d 100644 --- a/test/Unit/RuleSet/Php71Test.php +++ b/test/Unit/RuleSet/Php71Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php72Test.php b/test/Unit/RuleSet/Php72Test.php index 53e491cb..6e2c9f3b 100644 --- a/test/Unit/RuleSet/Php72Test.php +++ b/test/Unit/RuleSet/Php72Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php73Test.php b/test/Unit/RuleSet/Php73Test.php index 8bfd7d2f..66ed82a7 100644 --- a/test/Unit/RuleSet/Php73Test.php +++ b/test/Unit/RuleSet/Php73Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php74Test.php b/test/Unit/RuleSet/Php74Test.php index bb8b0ded..bde4f35b 100644 --- a/test/Unit/RuleSet/Php74Test.php +++ b/test/Unit/RuleSet/Php74Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php80Test.php b/test/Unit/RuleSet/Php80Test.php index 823a88c8..dd6b6354 100644 --- a/test/Unit/RuleSet/Php80Test.php +++ b/test/Unit/RuleSet/Php80Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php81Test.php b/test/Unit/RuleSet/Php81Test.php index 59f3fd09..f1ea7fd0 100644 --- a/test/Unit/RuleSet/Php81Test.php +++ b/test/Unit/RuleSet/Php81Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php82Test.php b/test/Unit/RuleSet/Php82Test.php index 877b4401..e99b2257 100644 --- a/test/Unit/RuleSet/Php82Test.php +++ b/test/Unit/RuleSet/Php82Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php83Test.php b/test/Unit/RuleSet/Php83Test.php index c3b1af28..c1bc97de 100644 --- a/test/Unit/RuleSet/Php83Test.php +++ b/test/Unit/RuleSet/Php83Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSet/Php84Test.php b/test/Unit/RuleSet/Php84Test.php index be621231..9b2fddeb 100644 --- a/test/Unit/RuleSet/Php84Test.php +++ b/test/Unit/RuleSet/Php84Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RuleSetTest.php b/test/Unit/RuleSetTest.php index 16778436..7b4ba0fb 100644 --- a/test/Unit/RuleSetTest.php +++ b/test/Unit/RuleSetTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/RulesTest.php b/test/Unit/RulesTest.php index 28f82958..d89bb810 100644 --- a/test/Unit/RulesTest.php +++ b/test/Unit/RulesTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Util/Helper.php b/test/Util/Helper.php index ca45b02a..4058395a 100644 --- a/test/Util/Helper.php +++ b/test/Util/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2019-2024 Andreas Möller + * Copyright (c) 2019-2025 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.