Skip to content

Commit

Permalink
Fixes after PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-granados committed May 25, 2024
1 parent 39259ae commit 46acf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Level/CodeQualityLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ final class CodeQualityLevel
];

/**
* @var array<class-string, mixed[]>
* @var array<class-string<RectorInterface>, mixed[]>
*/
public const RULES_WITH_CONFIGURATION = [
RenameFunctionRector::class => [
Expand Down

0 comments on commit 46acf39

Please sign in to comment.