Skip to content

Commit 322b9fa

Browse files
committed
chore: remove deprecated ECS strict prepared set
1 parent 399cbb2 commit 322b9fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Config/ECSConfig.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,12 @@ final class ECSConfig
5858
];
5959

6060
/**
61-
* @var array{psr12: bool, common: bool, symplify: bool, strict: bool, cleanCode: bool} the prepared ECS sets applied by default
61+
* @var array{psr12: bool, common: bool, symplify: bool, cleanCode: bool} the prepared ECS sets applied by default
6262
*/
6363
public const array DEFAULT_PREPARED_SETS = [
6464
'psr12' => true,
6565
'common' => true,
6666
'symplify' => true,
67-
'strict' => true,
6867
'cleanCode' => true,
6968
];
7069

@@ -154,7 +153,6 @@ public static function applyDefaultRulesAndSets(ECSConfigBuilder $config): ECSCo
154153
psr12: self::DEFAULT_PREPARED_SETS['psr12'],
155154
common: self::DEFAULT_PREPARED_SETS['common'],
156155
symplify: self::DEFAULT_PREPARED_SETS['symplify'],
157-
strict: self::DEFAULT_PREPARED_SETS['strict'],
158156
cleanCode: self::DEFAULT_PREPARED_SETS['cleanCode'],
159157
);
160158

0 commit comments

Comments
 (0)