Updated Rector to commit 5dd8a4b14f4f4d2717565b41da544775a61e350c

5dd8a4b14f remove duplicated line
This commit is contained in:
Tomas Votruba 2024-02-12 08:59:42 +00:00
parent 06f50472a3
commit a14ff93dec
2 changed files with 2 additions and 4 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '6c7dbaad0ab67dd06cef9237fab3728ae4f23e9a';
public const PACKAGE_VERSION = '5dd8a4b14f4f4d2717565b41da544775a61e350c';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-02-12 08:54:53';
public const RELEASE_DATE = '2024-02-12 09:57:54';
/**
* @var int
*/

View File

@ -172,8 +172,6 @@ final class RectorConfig extends Container
$this->tag($rectorClass, RectorInterface::class);
// for cache invalidation in case of change
SimpleParameterProvider::addParameter(Option::REGISTERED_RECTOR_RULES, $rectorClass);
// for cache invalidation in case of change
SimpleParameterProvider::addParameter(Option::REGISTERED_RECTOR_RULES, $rectorClass);
if (\is_a($rectorClass, RelatedConfigInterface::class, \true)) {
$configFile = $rectorClass::getConfigFile();
Assert::file($configFile, \sprintf('The config path "%s" in "%s::getConfigFile()" could not be found', $configFile, $rectorClass));