Skip to content

Commit

Permalink
Temporarily remove enum based checks fron script
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed May 19, 2024
1 parent 458cab3 commit 9f2820b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/roave-backward-compatibility-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Roave\BackwardCompatibility\CompareClasses;
use Roave\BackwardCompatibility\DetectChanges\BCBreak\ClassBased;
use Roave\BackwardCompatibility\DetectChanges\BCBreak\ClassConstantBased;
use Roave\BackwardCompatibility\DetectChanges\BCBreak\EnumBased;
use Roave\BackwardCompatibility\DetectChanges\BCBreak\FunctionBased;
use Roave\BackwardCompatibility\DetectChanges\BCBreak\InterfaceBased;
use Roave\BackwardCompatibility\DetectChanges\BCBreak\MethodBased;
Expand Down Expand Up @@ -313,7 +312,7 @@ static function (string $installationPath) use ($composerIo): Installer {
),
)),
))),
new EnumBased\CasesChanged(),
// new EnumBased\CasesChanged(), // temp removed to check if it affects the infection result
),
);

Expand Down

0 comments on commit 9f2820b

Please sign in to comment.