mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
Updated Rector to commit 5dd8a4b14f4f4d2717565b41da544775a61e350c
5dd8a4b14f
remove duplicated line
This commit is contained in:
parent
06f50472a3
commit
a14ff93dec
@ -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
|
||||
*/
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user