From c0f6a6bfa5e5f8647e420f1dce7e0bf0ddcd8bdc Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 13 Jun 2019 09:24:03 +0200 Subject: [PATCH] No explicit use of code-block:: php --- translation/message_format.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/translation/message_format.rst b/translation/message_format.rst index 341da90e039..05042d6c455 100644 --- a/translation/message_format.rst +++ b/translation/message_format.rst @@ -377,9 +377,7 @@ using the :phpclass:`IntlDateFormatter`: ]; The "function statement" for the ``time`` and ``date`` functions can be one of -short, medium, long or full, as documented on PHP.net. - -.. code-block:: php +short, medium, long or full, as documented on PHP.net:: // prints "Published at Jan 25, 2019 - 11:30 AM" echo $translator->trans('published_at', ['publication_date' => new \DateTime('2019-01-25 11:30:00')]);