@@ -90,9 +90,10 @@ The previous reStructuredText snippet renders as follow:
90
90
91
91
// Configuration in PHP
92
92
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:
96
97
97
98
.. configuration-block ::
98
99
@@ -106,9 +107,9 @@ may use special formats ``php-symfony`` and ``php-standalone``, which will be re
106
107
107
108
The current list of supported formats are the following:
108
109
109
- =================== ==========================================================================================
110
+ =================== ==============================================================================
110
111
Markup Format Use It to Display
111
- =================== ==========================================================================================
112
+ =================== ==============================================================================
112
113
``html `` HTML
113
114
``xml `` XML
114
115
``php `` PHP
@@ -120,8 +121,8 @@ Markup Format Use It to Display
120
121
``php-annotations `` PHP Annotations
121
122
``php-attributes `` PHP Attributes
122
123
``php-symfony `` PHP code example when using the Symfony framework
123
- ``php-standalone `` PHP code to be used in a standalone context, for example when using standalone components
124
- =================== ==========================================================================================
124
+ ``php-standalone `` PHP code to be used in any PHP application using standalone Symfony components
125
+ =================== ==============================================================================
125
126
126
127
Adding Links
127
128
~~~~~~~~~~~~
0 commit comments