diff --git a/Resources/doc/basic-usage.rst b/Resources/doc/basic-usage.rst
index 68361864c..ebf20c011 100644
--- a/Resources/doc/basic-usage.rst
+++ b/Resources/doc/basic-usage.rst
@@ -103,7 +103,7 @@ your newly defined ``my_thumb`` filter set immediately within a template.
.. code-block:: html+twig
-
+
.. code-block:: html+php
@@ -143,7 +143,7 @@ passing the template helper an options array.
{% set runtimeConfig = {"thumbnail": {"size": [50, 50] }} %}
-
+
.. code-block:: html+php