Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 12, 2021
1 parent 7716d17 commit 8ebc4fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Rector\CodingStyle\Rector\FuncCall;

use Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Expr;
use PhpParser\Node\Expr\BinaryOp;
Expand Down Expand Up @@ -50,8 +49,9 @@ final class VersionCompareFuncCallToConstantRector extends AbstractRector
'le' => SmallerOrEqual::class,
];

public function __construct(private PhpVersionFactory $phpVersionFactory)
{
public function __construct(
private PhpVersionFactory $phpVersionFactory
) {
}

public function getRuleDefinition(): RuleDefinition
Expand Down

0 comments on commit 8ebc4fe

Please sign in to comment.