@@ -90,9 +90,10 @@ The previous reStructuredText snippet renders as follow:
9090
9191 // Configuration in PHP
9292
93- It may be relevant in some cases to write code examples when using the whole Symfony framework, but also
94- when using components as standalone libraries without the whole framework installed. In this case, you
95- may use special formats ``php-symfony `` and ``php-standalone ``, which will be rendered like this:
93+ All code examples assume that you are using that feature inside a Symfony
94+ application. If you ever need to also show how to use it when working with
95+ standalone components in any PHP application, use the special formats
96+ ``php-symfony `` and ``php-standalone ``, which will be rendered like this:
9697
9798..configuration-block ::
9899
@@ -106,9 +107,9 @@ may use special formats ``php-symfony`` and ``php-standalone``, which will be re
106107
107108 The current list of supported formats are the following:
108109
109- =================== ==========================================================================================
110+ =================== ==============================================================================
110111Markup Format Use It to Display
111- =================== ==========================================================================================
112+ =================== ==============================================================================
112113``html `` HTML
113114``xml `` XML
114115``php `` PHP
@@ -120,8 +121,8 @@ Markup Format Use It to Display
120121``php-annotations `` PHP Annotations
121122``php-attributes `` PHP Attributes
122123``php-symfony `` PHP code example when using the Symfony framework
123- ``php-standalone `` PHP code to be used ina standalone context, for example when using standalone components
124- =================== ==========================================================================================
124+ ``php-standalone `` PHP code to be used inany PHP application using standalone Symfony components
125+ =================== ==============================================================================
125126
126127Adding Links
127128~~~~~~~~~~~~