Skip to content

Commit

Permalink
[DX] Re-use configure() in docs + remove prefixing of ValueObjectInli…
Browse files Browse the repository at this point in the history
…ner (#1410)
  • Loading branch information
TomasVotruba committed Dec 6, 2021
1 parent 9beed78 commit 5493b6d
Show file tree
Hide file tree
Showing 96 changed files with 492 additions and 1,050 deletions.
2 changes: 0 additions & 2 deletions build/target-repository/docs/beyond_php_file_processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ All you have to do is using the ChangePackageVersionComposerRector:
use Rector\Composer\Rector\ChangePackageVersionComposerRector;
use Rector\Composer\ValueObject\PackageAndVersion;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\SymfonyPhpConfig\ValueObjectInliner;

return static function (ContainerConfigurator $containerConfigurator): void {
$services = $containerConfigurator->services();
Expand All @@ -45,7 +44,6 @@ use Rector\Composer\Rector\ReplacePackageAndVersionComposerRector;
use Rector\Composer\ValueObject\PackageAndVersion;
use Rector\Composer\ValueObject\ReplacePackageAndVersion;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\SymfonyPhpConfig\ValueObjectInliner;

return static function (ContainerConfigurator $containerConfigurator): void {
$services = $containerConfigurator->services();
Expand Down
Loading

0 comments on commit 5493b6d

Please sign in to comment.