We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8276e36 commit b38d10eCopy full SHA for b38d10e
DependencyInjection/ConfigurableExtension.php
@@ -17,11 +17,11 @@
17
* This extension sub-class provides first-class integration with the
18
* Config/Definition Component.
19
*
20
- * You can use this as base class if you
+ * You can use this as base class if
21
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
+ * 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.
25
26
* @author Johannes M. Schmitt <[email protected]>
27
*/
0 commit comments