Updated Rector to commit 9cf016cd67a9f12ebbc7ae7aaa422626eb5722a9

9cf016cd67 [automated] Apply Coding Standard (#5171)
This commit is contained in:
Tomas Votruba 2023-10-15 00:29:20 +00:00
parent 9f158ba7a8
commit 41683b4c5a
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ use PHPStan\Type\MixedType;
use PHPStan\Type\ObjectType;
use PHPStan\Type\StringType;
use PHPStan\Type\Type;
use PHPStan\Type\UnionType;
use Rector\Core\NodeAnalyzer\ExprAnalyzer;
use Rector\Core\NodeAnalyzer\PropertyFetchAnalyzer;
use Rector\Core\Rector\AbstractRector;

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'da2dd66088e15a5c182a047726933306a8fdc28c';
public const PACKAGE_VERSION = '9cf016cd67a9f12ebbc7ae7aaa422626eb5722a9';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-10-14 20:22:50';
public const RELEASE_DATE = '2023-10-15 00:26:09';
/**
* @var int
*/