Skip to content

Commit 7c0237b

Browse files
committed
change non-existent markup type php+html to html+php
1 parent e203c40 commit 7c0237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/templating/helpers/assetshelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you want to set another default package, you can use
9191
You can specify which package you want to use in the second argument of
9292
:method:`Symfony\\Component\\Templating\\Helper\\AssetsHelper::getUrl`:
9393

94-
.. code-block:: php+html
94+
.. code-block:: html+php
9595

9696
<img src="<?php echo $view['assets']->getUrl('foo.png', 'images') ?>">
9797
<!-- renders as:

0 commit comments

Comments
 (0)