Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
megawubs committed Jul 7, 2024
1 parent 2fae7a8 commit b3edaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rector/StaticCall/DispatchToHelperFunctionsRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace RectorLaravel\Rector\StaticCall;

use PhpParser\Node\Name\FullyQualified;
use PhpParser\Node;
use PhpParser\Node\Arg;
use PhpParser\Node\Expr\FuncCall;
use PhpParser\Node\Expr\New_;
use PhpParser\Node\Expr\StaticCall;
use PhpParser\Node\Name;
use PhpParser\Node\Name\FullyQualified;
use PHPStan\Broker\ClassNotFoundException;
use PHPStan\Reflection\ClassReflection;
use PHPStan\Reflection\ReflectionProvider;
Expand Down

0 comments on commit b3edaed

Please sign in to comment.