remove symfony routes json paramter as unused

This commit is contained in:
Tomas Votruba 2022-05-22 09:12:04 +02:00
parent adb6e68c2a
commit 08a35afeb1
2 changed files with 0 additions and 12 deletions

View File

@ -183,10 +183,4 @@ final class RectorConfig extends ContainerConfigurator
$parameters = $this->parameters();
$parameters->set(Option::SYMFONY_CONTAINER_PHP_PATH_PARAMETER, $filePath);
}
public function symfonyRoutesJson(string $filePath): void
{
$parameters = $this->parameters();
$parameters->set(Option::SYMFONY_ROUTES_JSON_PATH_PARAMETER, $filePath);
}
}

View File

@ -78,12 +78,6 @@ final class Option
*/
public const SYMFONY_CONTAINER_PHP_PATH_PARAMETER = 'symfony_container_php_path';
/**
* @deprecated Use @see \Rector\Config\RectorConfig::symfonyRoutesJson() instead
* @var string
*/
public const SYMFONY_ROUTES_JSON_PATH_PARAMETER = 'symfony_routes_json_path';
/**
* @var string
*/