From 0b7b246b99f75fe68fc0514cecd5e14801bd21d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 8 Dec 2020 21:14:04 +0100 Subject: [PATCH] Fix: Comment --- test/Unit/RuleSet/AbstractRuleSetTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Unit/RuleSet/AbstractRuleSetTestCase.php b/test/Unit/RuleSet/AbstractRuleSetTestCase.php index 6d63df42..193d4e0a 100644 --- a/test/Unit/RuleSet/AbstractRuleSetTestCase.php +++ b/test/Unit/RuleSet/AbstractRuleSetTestCase.php @@ -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;