Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 2, 2022
1 parent 50ce595 commit 3065af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/Php80/NodeAnalyzer/EnumParamAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
final class EnumParamAnalyzer
{
public function __construct(
private ReflectionProvider $reflectionProvider,
private readonly ReflectionProvider $reflectionProvider,
) {
}

Expand Down

0 comments on commit 3065af3

Please sign in to comment.