Explorar o código

Merge pull request #2083 from kuldipem/patch-1

Appropriate title for config blocks
Thomas %!s(int64=11) %!d(string=hai) anos
pai
achega
b16cd29b8d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Resources/doc/reference/getting_started.rst

+ 2 - 2
Resources/doc/reference/getting_started.rst

@@ -197,7 +197,7 @@ file, using the ``load()`` method as described in the `symfony cookbook`_.
 
 .. configuration-block::
 
-    .. code-block:: php
+    .. code-block:: xml
 
         # Acme/DemoBundle/DependencyInjection/AcmeDemoBundleExtension.php for XML configurations
         
@@ -215,7 +215,7 @@ file, using the ``load()`` method as described in the `symfony cookbook`_.
             }
         }
 
-    .. code-block:: php
+    .. code-block:: yaml
 
         # Acme/DemoBundle/DependencyInjection/AcmeDemoBundleExtension.php for YAML configurations