Skip to content

Commit

Permalink
Fix lint error;
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Jan 15, 2025
1 parent 9e97fbb commit ee40765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace RectorLaravel\Rector\Coalesce;

use PhpParser\Node\Expr\Throw_;
use PhpParser\Node;
use PhpParser\Node\Arg;
use PhpParser\Node\Expr\BinaryOp\Coalesce;
use PhpParser\Node\Expr\FuncCall;
use PhpParser\Node\Expr\MethodCall;
use PhpParser\Node\Expr\StaticCall;
use PhpParser\Node\Expr\Throw_;
use PHPStan\Type\ObjectType;
use Rector\Contract\Rector\ConfigurableRectorInterface;
use RectorLaravel\AbstractRector;
Expand Down

0 comments on commit ee40765

Please sign in to comment.