Skip to content

Commit 9617cdb

Browse files
committed
minor #11736 No explicit use of code-block:: php (OskarStark)
This PR was merged into the 4.2 branch. Discussion ---------- No explicit use of code-block:: php <!-- 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 ------- c0f6a6b No explicit use of code-block:: php
2 parents b447b5b + c0f6a6b commit 9617cdb

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)