From ffabe9027c8851e165b64637d8cca314c7dc88f8 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 12 Mar 2019 09:13:09 +0100 Subject: [PATCH] use :: instead of .. code-block:: php and removed php open tag --- bundles/best_practices.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bundles/best_practices.rst b/bundles/best_practices.rst index e4b504cbb18..f9fbda249a9 100644 --- a/bundles/best_practices.rst +++ b/bundles/best_practices.rst @@ -265,11 +265,8 @@ following standardized instructions in your ``README.md`` file. ------------------------- Then, enable the bundle by adding it to the list of registered bundles - in the ``app/AppKernel.php`` file of your project: + in the ``app/AppKernel.php`` file of your project:: - .. code-block:: php - -