Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Nov 13, 2023
1 parent de80302 commit cc9840a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// Modernize code
$rectorConfig->sets([LevelSetList::UP_TO_PHP_74]);

// phpcs:disable Squiz.Arrays.ArrayDeclaration.KeySpecified
$rectorConfig->skip([
// Do not use ternaries extensively
IfIssetToCoalescingRector::class,
Expand All @@ -25,6 +26,7 @@
__DIR__ . '/tests/DocumentationExamplesTest.php',
],
]);
// phpcs:enable

// All classes are public API by default, unless marked with @internal.
$rectorConfig->ruleWithConfiguration(RemoveAnnotationRector::class, ['api']);
Expand Down

0 comments on commit cc9840a

Please sign in to comment.