Updated Rector to commit 92eba45b911fee047f8bfc22825b6fd70e41155d

92eba45b91 Clean up skip config on rector.php (#6262)
This commit is contained in:
Tomas Votruba 2024-08-27 15:36:02 +00:00
parent 4a305c3654
commit 9397e2e009

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'b2b18abd7e5896611ba96130bcc8372d7e91a784';
public const PACKAGE_VERSION = '92eba45b911fee047f8bfc22825b6fd70e41155d';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-08-27 11:15:52';
public const RELEASE_DATE = '2024-08-27 22:33:15';
/**
* @var int
*/