i had issue getting this notice when installing with composer :
Runtime Notice: Declaration of Admingenerator\GeneratorBundle\Command\GenerateAdminAdminCommand::updateRouting() should be compatible with Sensio\Bundle\GeneratorBundle\C ommand\GenerateBundleCommand::updateRouting(Sensio\Bundle\GeneratorBundle\Command\Helper\QuestionHelper $questionHelper, Symfony\Component\Console\Input\InputInterface $input, Symf ony\Component\Console\Output\OutputInterface $output, $bundle, $format)
i fixed it putting the "sensio/generator-bundle" to 2.4 in composer
( the last release is 2.5 right now and not compatible )
i had issue getting this notice when installing with composer :
Runtime Notice: Declaration of Admingenerator\GeneratorBundle\Command\GenerateAdminAdminCommand::updateRouting() should be compatible with Sensio\Bundle\GeneratorBundle\C ommand\GenerateBundleCommand::updateRouting(Sensio\Bundle\GeneratorBundle\Command\Helper\QuestionHelper $questionHelper, Symfony\Component\Console\Input\InputInterface $input, Symf ony\Component\Console\Output\OutputInterface $output, $bundle, $format)
i fixed it putting the "sensio/generator-bundle" to 2.4 in composer ( the last release is 2.5 right now and not compatible )