From 820327ab9a10f9943593b1dd06f7f92a0e076bb1 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sun, 10 Mar 2019 16:05:01 +0100 Subject: [PATCH] Use .. instead of .. code-block: php --- contributing/code/standards.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index 50e194ba725..36278555c5d 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -27,9 +27,7 @@ Symfony Coding Standards in Detail ---------------------------------- If you want to learn about the Symfony coding standards in detail, here's a -short example containing most features described below: - -.. code-block:: php +short example containing most features described below:: /* * This file is part of the Symfony package.