Skip to content

Commit

Permalink
Updated Rector to commit 756c2443cf2ac6227d2c31d4a2f312e8c42fb491
Browse files Browse the repository at this point in the history
rectorphp/rector-src@756c244 Clean up unused use (#6708)
  • Loading branch information
TomasVotruba committed Jan 29, 2025
1 parent a0f732d commit 8f33217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'ede66dda917ccecf382f43a15c01adb81e0ae599';
public const PACKAGE_VERSION = '756c2443cf2ac6227d2c31d4a2f312e8c42fb491';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2025-01-30 03:48:07';
public const RELEASE_DATE = '2025-01-30 03:59:06';
/**
* @var int
*/
Expand Down
1 change: 0 additions & 1 deletion src/PhpParser/Printer/BetterStandardPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use PhpParser\Node\Expr\ArrowFunction;
use PhpParser\Node\Expr\Assign;
use PhpParser\Node\Expr\CallLike;
use PhpParser\Node\Expr\Cast\Array_ as CastArray_;
use PhpParser\Node\Expr\Instanceof_;
use PhpParser\Node\Expr\Match_;
use PhpParser\Node\Expr\MethodCall;
Expand Down

0 comments on commit 8f33217

Please # to comment.