minor #15057 [FrameworkBundle] Fixed wrong phpdocs (dosten)

This PR was merged into the 2.6 branch.

Discussion
----------

[FrameworkBundle] Fixed wrong phpdocs

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Commits
-------

8602a4b Fixed wrong phpdocs
This commit is contained in:
Fabien Potencier 2015-06-21 22:15:28 +02:00
commit 3f3f29f5cb

View File

@ -431,7 +431,7 @@ class FrameworkExtension extends Extension
/**
* Loads the request configuration.
*
* @param array $config A session configuration array
* @param array $config A request configuration array
* @param ContainerBuilder $container A ContainerBuilder instance
* @param XmlFileLoader $loader An XmlFileLoader instance
*/