Skip to content

Commit 7512c04

Browse files
committed
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
2 parents c0ff4bf + 55f3af7 commit 7512c04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/HttpKernel/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 <schmittjoh@gmail.com>
2727
*/

0 commit comments

Comments
 (0)