Skip to content

Commit

Permalink
Add link to bundle naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Dec 3, 2011
1 parent c6af971 commit d3aee12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Command/GenerateBundleCommand.php
Expand Up @@ -145,6 +145,9 @@ protected function interact(InputInterface $input, OutputInterface $output)
'sub-namespaces, and it should end with the bundle name itself',
'(which must have <comment>Bundle</comment> as a suffix).',
'',
'See http://symfony.com/doc/current/cookbook/bundles/best_practices.html#index-1 for more',
'details on bundle naming conventions.',
'',
'Use <comment>/</comment> instead of <comment>\\</comment> for the namespace delimiter to avoid any problem.',
'',
));
Expand Down

0 comments on commit d3aee12

Please sign in to comment.