Skip to content

Commit b38d10e

Browse files
crauefabpot
authored andcommitted
[DependencyInjection] improved a comment for reading fluency
1 parent 8276e36 commit b38d10e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DependencyInjection/ConfigurableExtension.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* This extension sub-class provides first-class integration with the
1818
* Config/Definition Component.
1919
*
20-
* You can use this as base class if you
20+
* You can use this as base class if
2121
*
22-
* a) use the Config/Definition component for configuration
23-
* b) your configuration class is named "Configuration" and
24-
* c) the configuration class resides in the DependencyInjection sub-folder
22+
* a) you use the Config/Definition component for configuration,
23+
* b) your configuration class is named "Configuration", and
24+
* c) the configuration class resides in the DependencyInjection sub-folder.
2525
*
2626
* @author Johannes M. Schmitt <[email protected]>
2727
*/

0 commit comments

Comments
 (0)