Skip to content

Commit 532b74d

Browse files
committed
minor #11140 remove blank lines after file path (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- remove blank lines after file path to be consistent throughout the docs <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- bed0754 remove blank lines after file path
2 parents 3dbd15a + bed0754 commit 532b74d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

service_container/factories.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Configuration of the service container then looks like this:
101101
.. code-block:: yaml
102102
103103
# app/config/services.yml
104-
105104
services:
106105
# ...
107106
@@ -160,7 +159,6 @@ Configuration of the service container then looks like this:
160159
.. code-block:: yaml
161160
162161
# app/config/services.yml
163-
164162
AppBundle\Email\NewsletterManager:
165163
class: AppBundle\Email\NewsletterManager
166164
# new syntax
@@ -187,7 +185,6 @@ example takes the ``templating`` service as an argument:
187185
.. code-block:: yaml
188186
189187
# app/config/services.yml
190-
191188
services:
192189
# ...
193190

0 commit comments

Comments
 (0)