<?phpnamespaceSymfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command;useSymfony\Component\Console\Command\Command;/** * This command has a required parameter on the constructor and will be ignored by the default Bundle implementation. * * @see Bundle::registerCommands() */classBarCommandextendsCommand{publicfunction__construct($example,$name='bar'){}}