minor #16010 [DependencyInjection] improve a comment for reading fluency (craue)

This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #16010).

Discussion
----------

[DependencyInjection] improve a comment for reading fluency

| Q             | A
| ------------- | ---
| Fixed tickets | --
| License       | MIT

Commits
-------

55f3af7 [DependencyInjection] improved a comment for reading fluency
This commit is contained in:
Fabien Potencier 2015-09-30 09:41:35 +02:00
commit 7512c04696
1 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
* This extension sub-class provides first-class integration with the
* Config/Definition Component.
*
* You can use this as base class if you
* You can use this as base class if
*
* a) use the Config/Definition component for configuration
* b) your configuration class is named "Configuration" and
* c) the configuration class resides in the DependencyInjection sub-folder
* a) you use the Config/Definition component for configuration,
* b) your configuration class is named "Configuration", and
* c) the configuration class resides in the DependencyInjection sub-folder.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/