[DependencyInjection] improved a comment for reading fluency

This commit is contained in:
Christian Raue 2015-09-30 09:26:37 +02:00 committed by Fabien Potencier
parent c0ff4bfbbc
commit 55f3af7602
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>
*/