Skip to content

Commit c0f6a6b

Browse files
committed
No explicit use of code-block:: php
1 parent 90251e1 commit c0f6a6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

translation/message_format.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,7 @@ using the :phpclass:`IntlDateFormatter`:
377377
];
378378
379379
The "function statement" for the ``time`` and ``date`` functions can be one of
380-
short, medium, long or full, as documented on PHP.net.
381-
382-
.. code-block:: php
380+
short, medium, long or full, as documented on PHP.net::
383381

384382
// prints "Published at Jan 25, 2019 - 11:30 AM"
385383
echo $translator->trans('published_at', ['publication_date' => new \DateTime('2019-01-25 11:30:00')]);

0 commit comments

Comments
 (0)