Skip to content

Commit

Permalink
Updated Rector to commit bc69455d8a05c1325d64dac545931594ca1fe4aa
Browse files Browse the repository at this point in the history
rectorphp/rector-src@bc69455 [automated] Apply Coding Standard (#5346)
  • Loading branch information
TomasVotruba committed Dec 10, 2023
1 parent 976e6eb commit 3491556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -5,7 +5,6 @@

use PhpParser\Node\Param;
use PHPStan\Type\ObjectType;
use PHPStan\Type\Type;
use Rector\Naming\Naming\PropertyNaming;
use Rector\Naming\ValueObject\ExpectedName;
use Rector\NodeTypeResolver\NodeTypeResolver;
Expand Down
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'ccbee6ff09668241b9f8bcadbaa05ba4fb8fda5f';
public const PACKAGE_VERSION = 'bc69455d8a05c1325d64dac545931594ca1fe4aa';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-12-10 00:27:04';
public const RELEASE_DATE = '2023-12-10 00:27:31';
/**
* @var int
*/
Expand Down

0 comments on commit 3491556

Please sign in to comment.