Skip to content

Commit

Permalink
Updated Rector to commit be50454d9b4ab919f99471a846f2cd641a2919d1
Browse files Browse the repository at this point in the history
rectorphp/rector-src@be50454 [ci] Cleanup + finalise classes (#6248)
  • Loading branch information
TomasVotruba committed Aug 22, 2024
1 parent aa33f42 commit e6f35f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = '8aaee5ec80df459fe507746817aef442a05916ae';
public const PACKAGE_VERSION = 'be50454d9b4ab919f99471a846f2cd641a2919d1';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-08-22 10:57:41';
public const RELEASE_DATE = '2024-08-22 11:30:51';
/**
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion src/PostRector/Guard/AddUseStatementGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use PhpParser\Node\Stmt\InlineHTML;
use PhpParser\Node\Stmt\Namespace_;
use Rector\PhpParser\Node\BetterNodeFinder;
class AddUseStatementGuard
final class AddUseStatementGuard
{
/**
* @readonly
Expand Down

0 comments on commit e6f35f2

Please sign in to comment.