Skip to content

Commit

Permalink
remove temporal skip
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Dec 12, 2023
1 parent f5a6cdc commit 962964d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
declare(strict_types=1);

use Jgut\ECS\Config\ConfigSet80;
use PhpCsFixer\Fixer\ArrayNotation\ReturnToYieldFromFixer;
use PhpCsFixer\Fixer\Basic\CurlyBracesPositionFixer;
use Symplify\EasyCodingStandard\Config\ECSConfig;

Expand All @@ -29,9 +28,7 @@
]);
$ecsConfig->cacheDirectory('.ecs.cache');

$skipRules = [
ReturnToYieldFromFixer::class => __DIR__ . '/src/definitions.php',
];
$skipRules = [];
if (\PHP_VERSION_ID < 80_100) {
$skipRules[CurlyBracesPositionFixer::class] = __DIR__ . '/src/CallableResolver.php';
}
Expand Down

0 comments on commit 962964d

Please sign in to comment.