Updated Rector to commit ff49b208a2d041d769e6bc32e7c021271ddfa7d3

ff49b208a2 Remove fixed phpstan errors (#6569)
This commit is contained in:
Tomas Votruba 2024-12-12 16:48:49 +00:00
parent d8f6c81134
commit 0004c25ff9

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api * @api
* @var string * @var string
*/ */
public const PACKAGE_VERSION = '362044330457d02beb0a05c5240dbd6bb449e874'; public const PACKAGE_VERSION = 'ff49b208a2d041d769e6bc32e7c021271ddfa7d3';
/** /**
* @api * @api
* @var string * @var string
*/ */
public const RELEASE_DATE = '2024-12-12 16:41:14'; public const RELEASE_DATE = '2024-12-12 16:46:23';
/** /**
* @var int * @var int
*/ */