Skip to content

Commit c06bb10

Browse files
committed
Fix cs + tests
1 parent 5abd1fb commit c06bb10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getConfigTreeBuilder(): TreeBuilder
3636

3737
->children()
3838
->scalarNode('root_namespace')
39-
->setDeprecated('The child node "%node%" at path "%path%" is deprecated. Please use namespaces.root instead.')
39+
->setDeprecated('symfony/maker-bundle', '2.0', 'The "root_namespace" option is deprecated, use "namespaces.root" instead.')
4040
->defaultNull()
4141
->end()
4242

src/Maker/MakeEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
use Symfony\Bundle\MakerBundle\Str;
2929
use Symfony\Bundle\MakerBundle\Util\ClassDetails;
3030
use Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator;
31-
use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
3231
use Symfony\Bundle\MakerBundle\Util\NamespacesHelper;
32+
use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
3333
use Symfony\Bundle\MakerBundle\Validator;
3434
use Symfony\Component\Console\Command\Command;
3535
use Symfony\Component\Console\Input\InputArgument;

0 commit comments

Comments
 (0)