Skip to content

Commit b7fef79

Browse files
committed
minor #11137 use :: instead of .. code-block:: php (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- use :: instead of .. code-block:: php and removed php open tag <!-- 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 ------- ffabe90 use :: instead of .. code-block:: php
2 parents 16a01aa + ffabe90 commit b7fef79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,8 @@ following standardized instructions in your ``README.md`` file.
265265
-------------------------
266266
267267
Then, enable the bundle by adding it to the list of registered bundles
268-
in the ``app/AppKernel.php`` file of your project:
268+
in the ``app/AppKernel.php`` file of your project::
269269
270-
.. code-block:: php
271-
272-
<?php
273270
// app/AppKernel.php
274271
275272
// ...

0 commit comments

Comments
 (0)