Procházet zdrojové kódy

Appropriate title for config blocks

I think there should be appropriate title for code blocks.
KULDIP PIPALIYA před 11 roky
rodič
revize
6399cf955a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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