Skip to content

Commit

Permalink
Merge pull request #269 from ergebnis/fix/comment
Browse files Browse the repository at this point in the history
Fix: Comment
  • Loading branch information
ergebnis-bot committed Dec 8, 2020
2 parents bed9365 + 0b7b246 commit 052cc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Unit/RuleSet/AbstractRuleSetTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ private static function fixersThatAreBuiltIn(): array
private static function namesOfRulesThatAreConfigured(): array
{
/**
* RuleSet::create() removes disabled fixers, to let's just enable them to make sure they are not removed.
* RuleSet\RuleSet::resolveSet() removes disabled fixers, to let's just enable them to make sure they are not removed.
*
* @see https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2361
* @see RuleSet\RuleSet::resolveSet()
*/
$rules = \array_map(static function ($ruleConfiguration): bool {
return true;
Expand Down

0 comments on commit 052cc84

Please sign in to comment.