Skip to content

Commit

Permalink
Updated Rector to commit a21a3f17578cb8e13505ffe0e797ecfd12e86c4f
Browse files Browse the repository at this point in the history
rectorphp/rector-src@a21a3f1 [Cleanup] Remove TypeToCallReflectionResolver as not needed anymore (#4917)
  • Loading branch information
TomasVotruba committed Sep 5, 2023
1 parent 4c7551d commit 2bbdfcf
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 360 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
declare (strict_types=1);
namespace Rector\CodeQuality\Rector\Ternary;

use PhpParser\Node\Expr\BinaryOp\GreaterOrEqual;
use PhpParser\Node;
use PhpParser\Node\Expr\BinaryOp;
use PhpParser\Node\Expr\BinaryOp\Greater;
use PhpParser\Node\Expr\BinaryOp\GreaterOrEqual;
use PhpParser\Node\Expr\BinaryOp\Smaller;
use PhpParser\Node\Expr\BinaryOp\SmallerOrEqual;
use PhpParser\Node\Expr\Ternary;
Expand Down
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 = 'aa7282195caab5889ee067ca3fb5eda62f26ed1b';
public const PACKAGE_VERSION = 'a21a3f17578cb8e13505ffe0e797ecfd12e86c4f';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-09-05 17:00:45';
public const RELEASE_DATE = '2023-09-05 19:54:57';
/**
* @var int
*/
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2bbdfcf

Please sign in to comment.