Skip to content

Commit

Permalink
Merge pull request #255 from ergebnis/fix/docblock
Browse files Browse the repository at this point in the history
Fix: DocBlock
  • Loading branch information
ergebnis-bot committed Dec 9, 2020
2 parents 3c886b6 + 1769822 commit 75c2586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/AbstractRuleSetTestCase.php
Expand Up @@ -279,7 +279,7 @@ private static function namesOfRulesThatAreConfigured(): array

$ruleSet = new RuleSet\RuleSet($rules);

/** @var array<string, Fixer\FixerInterface> $fixersThatAreConfigured */
/** @var array<string, bool> $fixersThatAreConfigured */
$fixersThatAreConfigured = $ruleSet->getRules();

\ksort($fixersThatAreConfigured);
Expand Down

0 comments on commit 75c2586

Please sign in to comment.