Skip to content

Commit cbeeb32

Browse files
committed
Updated ECS to commit 251742014e36f46ba3dbe0f9b41e3975fc3fd1f9
1 parent fa83d0e commit cbeeb32

84 files changed

Lines changed: 1578 additions & 1086 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Application/Version/StaticVersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ final class StaticVersionResolver
1515
* @api
1616
* @var string
1717
*/
18-
public const PACKAGE_VERSION = '27a51db056da6a5ee0519c052c73be44b6cb6dd4';
18+
public const PACKAGE_VERSION = '251742014e36f46ba3dbe0f9b41e3975fc3fd1f9';
1919
/**
2020
* @api
2121
* @var string
2222
*/
23-
public const RELEASE_DATE = '2026-05-05 10:53:39';
23+
public const RELEASE_DATE = '2026-05-30 10:47:54';
2424
/**
2525
* @var int
2626
*/

src/Configuration/ECSConfigBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public function withPreparedSets(
273273
}
274274
if ($strict) {
275275
// throw exception, as deprecated
276-
throw new DeprecatedException('The "strict" set is deprecated as it is dangerous without context. Use Rector instead to make sure you are not breaking your code');
276+
throw new DeprecatedException('The "strict" set is deprecated as it is dangerous without context. Remove the "strict: true" from ->withPreparedSets(strict: true, ...) call in "ecs.php" and use Rector instead to make sure you are not breaking your code.');
277277
}
278278
if ($cleanCode) {
279279
$this->sets[] = SetList::CLEAN_CODE;

vendor/composer/autoload_classmap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
'ECSPrefix202605\\Entropy\\FileSystem\\FileFinder' => $vendorDir . '/entropy/entropy/src/FileSystem/FileFinder.php',
7575
'ECSPrefix202605\\Entropy\\Reflection\\ClassNameResolver' => $vendorDir . '/entropy/entropy/src/Reflection/ClassNameResolver.php',
7676
'ECSPrefix202605\\Entropy\\Reflection\\ParameterDescriptionResolver' => $vendorDir . '/entropy/entropy/src/Reflection/ParameterDescriptionResolver.php',
77+
'ECSPrefix202605\\Entropy\\Reflection\\ParameterOptionMarkerResolver' => $vendorDir . '/entropy/entropy/src/Reflection/ParameterOptionMarkerResolver.php',
7778
'ECSPrefix202605\\Entropy\\Reflection\\ParameterTypesResolver' => $vendorDir . '/entropy/entropy/src/Reflection/ParameterTypesResolver.php',
7879
'ECSPrefix202605\\Entropy\\Reflection\\UseStatementsResolver' => $vendorDir . '/entropy/entropy/src/Reflection/UseStatementsResolver.php',
7980
'ECSPrefix202605\\Entropy\\Utils\\FileSystem' => $vendorDir . '/entropy/entropy/src/Utils/FileSystem.php',
@@ -624,6 +625,7 @@
624625
'ECSPrefix202605\\Symfony\\Component\\String\\UnicodeString' => $vendorDir . '/symfony/string/UnicodeString.php',
625626
'ECSPrefix202605\\Symfony\\Contracts\\Service\\Attribute\\Required' => $vendorDir . '/symfony/service-contracts/Attribute/Required.php',
626627
'ECSPrefix202605\\Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => $vendorDir . '/symfony/service-contracts/Attribute/SubscribedService.php',
628+
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ContainerAwareInterface' => $vendorDir . '/symfony/service-contracts/ContainerAwareInterface.php',
627629
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ResetInterface' => $vendorDir . '/symfony/service-contracts/ResetInterface.php',
628630
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ServiceCollectionInterface' => $vendorDir . '/symfony/service-contracts/ServiceCollectionInterface.php',
629631
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ServiceLocatorTrait' => $vendorDir . '/symfony/service-contracts/ServiceLocatorTrait.php',
@@ -646,8 +648,10 @@
646648
'ECSPrefix202605\\Symplify\\EasyParallel\\ValueObject\\ProcessPool' => $vendorDir . '/symplify/easy-parallel/src/ValueObject/ProcessPool.php',
647649
'ECSPrefix202605\\Symplify\\EasyParallel\\ValueObject\\Schedule' => $vendorDir . '/symplify/easy-parallel/src/ValueObject/Schedule.php',
648650
'ECSPrefix202605\\Webmozart\\Assert\\Assert' => $vendorDir . '/webmozart/assert/src/Assert.php',
651+
'ECSPrefix202605\\Webmozart\\Assert\\HasAssert' => $vendorDir . '/webmozart/assert/src/HasAssert.php',
649652
'ECSPrefix202605\\Webmozart\\Assert\\InvalidArgumentException' => $vendorDir . '/webmozart/assert/src/InvalidArgumentException.php',
650653
'ECSPrefix202605\\Webmozart\\Assert\\Mixin' => $vendorDir . '/webmozart/assert/src/Mixin.php',
654+
'ECSPrefix202605\\Webmozart\\Assert\\PsalmPlugin' => $vendorDir . '/webmozart/assert/src/PsalmPlugin.php',
651655
'Filter\\FilterException' => $vendorDir . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterException.php',
652656
'Filter\\FilterFailedException' => $vendorDir . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterFailedException.php',
653657
'NoDiscard' => $vendorDir . '/symfony/polyfill-php85/Resources/stubs/NoDiscard.php',

vendor/composer/autoload_static.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ class ComposerStaticInit072d765d789d7f9b063be295bb31f369
304304
'ECSPrefix202605\\Entropy\\FileSystem\\FileFinder' => __DIR__ . '/..' . '/entropy/entropy/src/FileSystem/FileFinder.php',
305305
'ECSPrefix202605\\Entropy\\Reflection\\ClassNameResolver' => __DIR__ . '/..' . '/entropy/entropy/src/Reflection/ClassNameResolver.php',
306306
'ECSPrefix202605\\Entropy\\Reflection\\ParameterDescriptionResolver' => __DIR__ . '/..' . '/entropy/entropy/src/Reflection/ParameterDescriptionResolver.php',
307+
'ECSPrefix202605\\Entropy\\Reflection\\ParameterOptionMarkerResolver' => __DIR__ . '/..' . '/entropy/entropy/src/Reflection/ParameterOptionMarkerResolver.php',
307308
'ECSPrefix202605\\Entropy\\Reflection\\ParameterTypesResolver' => __DIR__ . '/..' . '/entropy/entropy/src/Reflection/ParameterTypesResolver.php',
308309
'ECSPrefix202605\\Entropy\\Reflection\\UseStatementsResolver' => __DIR__ . '/..' . '/entropy/entropy/src/Reflection/UseStatementsResolver.php',
309310
'ECSPrefix202605\\Entropy\\Utils\\FileSystem' => __DIR__ . '/..' . '/entropy/entropy/src/Utils/FileSystem.php',
@@ -854,6 +855,7 @@ class ComposerStaticInit072d765d789d7f9b063be295bb31f369
854855
'ECSPrefix202605\\Symfony\\Component\\String\\UnicodeString' => __DIR__ . '/..' . '/symfony/string/UnicodeString.php',
855856
'ECSPrefix202605\\Symfony\\Contracts\\Service\\Attribute\\Required' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/Required.php',
856857
'ECSPrefix202605\\Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/SubscribedService.php',
858+
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ContainerAwareInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ContainerAwareInterface.php',
857859
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ResetInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ResetInterface.php',
858860
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ServiceCollectionInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceCollectionInterface.php',
859861
'ECSPrefix202605\\Symfony\\Contracts\\Service\\ServiceLocatorTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceLocatorTrait.php',
@@ -876,8 +878,10 @@ class ComposerStaticInit072d765d789d7f9b063be295bb31f369
876878
'ECSPrefix202605\\Symplify\\EasyParallel\\ValueObject\\ProcessPool' => __DIR__ . '/..' . '/symplify/easy-parallel/src/ValueObject/ProcessPool.php',
877879
'ECSPrefix202605\\Symplify\\EasyParallel\\ValueObject\\Schedule' => __DIR__ . '/..' . '/symplify/easy-parallel/src/ValueObject/Schedule.php',
878880
'ECSPrefix202605\\Webmozart\\Assert\\Assert' => __DIR__ . '/..' . '/webmozart/assert/src/Assert.php',
881+
'ECSPrefix202605\\Webmozart\\Assert\\HasAssert' => __DIR__ . '/..' . '/webmozart/assert/src/HasAssert.php',
879882
'ECSPrefix202605\\Webmozart\\Assert\\InvalidArgumentException' => __DIR__ . '/..' . '/webmozart/assert/src/InvalidArgumentException.php',
880883
'ECSPrefix202605\\Webmozart\\Assert\\Mixin' => __DIR__ . '/..' . '/webmozart/assert/src/Mixin.php',
884+
'ECSPrefix202605\\Webmozart\\Assert\\PsalmPlugin' => __DIR__ . '/..' . '/webmozart/assert/src/PsalmPlugin.php',
881885
'Filter\\FilterException' => __DIR__ . '/..' . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterException.php',
882886
'Filter\\FilterFailedException' => __DIR__ . '/..' . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterFailedException.php',
883887
'NoDiscard' => __DIR__ . '/..' . '/symfony/polyfill-php85/Resources/stubs/NoDiscard.php',

0 commit comments

Comments
 (0)