Closed
Description
http://symfony.com/doc/current/best_practices/configuration.html is silent on the naming of (app) parameters.
Ideally they should all be prefixed by app.
to avoid any naming conflicts. If that's undesirable, then we should add a recommendation not to use the dot (.) character in parameter names, in order to avoid any potential conflicts with parameters defined by bundles.