Updated Rector to commit e17f878d5adb301fda0de8f9da2d94d898a363c3

e17f878d5a [Templates] Fix syntax error on templates/rector.php.dist (#5515)
This commit is contained in:
Tomas Votruba 2024-01-28 20:53:14 +00:00
parent 758b064c65
commit 691f25c420
2 changed files with 2 additions and 3 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'c5d4a78df1fe7ad674631f7373e127ff75eae896';
public const PACKAGE_VERSION = 'e17f878d5adb301fda0de8f9da2d94d898a363c3';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-01-29 01:50:53';
public const RELEASE_DATE = '2024-01-29 03:51:07';
/**
* @var int
*/

View File

@ -17,4 +17,3 @@ __PATHS__
// define sets of rules
// LevelSetList::UP_TO_PHP_XY
]);
};