Skip to content

Commit

Permalink
add RectorConfigProvider::getSymfonyContainerXml()
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 22, 2022
1 parent a59e9ce commit 20731ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Configuration/RectorConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ public function getSymfonyContainerPhp(): string
{
return $this->parameterProvider->provideStringParameter(Option::SYMFONY_CONTAINER_PHP_PATH_PARAMETER);
}

public function getSymfonyContainerXml(): string
{
return $this->parameterProvider->provideStringParameter(Option::SYMFONY_CONTAINER_XML_PATH_PARAMETER);
}
}

0 comments on commit 20731ae

Please sign in to comment.