Skip to content

Commit f28ccb3

Browse files
Ph3nolweaverryan
authored andcommitted
New @weaverryan version
1 parent 69b5180 commit f28ccb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/page_creation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,9 @@ some of the most common elements of a bundle:
689689

690690
* ``Controller/`` contains the controllers of the bundle (e.g. ``HelloController.php``);
691691

692-
* ``DependencyInjection/`` holds dependency injection and service containers configuration,
693-
which allows you to standardize and centralize the way objects are constructed
694-
in your application;
692+
* ``DependencyInjection/`` holds certain dependency injection extension classes,
693+
which may import service configuration, register compiler passes or more
694+
(this directory is not necessary);
695695

696696
* ``Resources/config/`` houses configuration, including routing configuration
697697
(e.g. ``routing.yml``);

0 commit comments

Comments
 (0)