Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 27, 2021
1 parent e509007 commit 7db36d3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ final class PreferThisOrSelfMethodCallRector extends AbstractRector implements C
*/
private array $typeToPreference = [];

public function __construct(private AstResolver $astResolver)
{
public function __construct(
private AstResolver $astResolver
) {
}

public function getRuleDefinition(): RuleDefinition
Expand Down

0 comments on commit 7db36d3

Please sign in to comment.