Updated Rector to commit bc69455d8a05c1325d64dac545931594ca1fe4aa

bc69455d8a [automated] Apply Coding Standard (#5346)
This commit is contained in:
Tomas Votruba 2023-12-10 00:29:46 +00:00
parent 976e6eb341
commit 34915563d5
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ namespace Rector\Naming\ExpectedNameResolver;
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;

View File

@ -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
*/