Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jan888adams committed Oct 9, 2023
1 parent fd1c1e8 commit 0a7ec21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ private function addConverterSection(ArrayNodeDefinition $rootNode): void
->useAttributeAsKey('target')
->prototype('scalar')->end()
->end()
->scalarNode('default')
->info('Default values for target properties')
->end()
->end()
->validate()
->ifTrue(fn (array $c) => empty($c['populators']) && empty($c['properties']) && empty($c['context']))
Expand Down
1 change: 0 additions & 1 deletion src/DependencyInjection/NeustaConverterExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Neusta\ConverterBundle\Populator\ContextMappingPopulator;
use Neusta\ConverterBundle\Populator\ConvertingPopulator;
use Neusta\ConverterBundle\Populator\PropertyMappingPopulator;
use Neusta\ConverterBundle\Resolver\DefaultValueResolver;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
Expand Down

0 comments on commit 0a7ec21

Please sign in to comment.