Updated Rector to commit 7e637860a069b8ef0f54360664b722578306b994

7e637860a0 [Config] Use RectorConfig::configure() on rules-tests (#5594)
This commit is contained in:
Tomas Votruba 2024-02-10 05:02:47 +00:00
parent 5e3115386a
commit 7004efd93b

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'fbbdd50c6214af5a0bd2b9ff3ba3766ca717cf1a';
public const PACKAGE_VERSION = '7e637860a069b8ef0f54360664b722578306b994';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-02-10 11:59:29';
public const RELEASE_DATE = '2024-02-10 12:00:43';
/**
* @var int
*/