File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,15 @@ has a certain value:
281
281
->end()
282
282
;
283
283
284
+ Documenting the Option
285
+ ----------------------
286
+
287
+ All options can be documented using the
288
+ :method: `Symfony\\ Component\\ Config\\ Definition\\ Builder\\ NodeDefinition::info `
289
+ method.
290
+
291
+ The info will be printed as a comment when dumping the configuration tree.
292
+
284
293
Optional Sections
285
294
-----------------
286
295
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ git repository:
26
26
27
27
.. code-block :: bash
28
28
29
- $ php composer.phar create-project symfony/framework-standard-edition path/ ' ~2.3'
29
+ $ php composer.phar create-project symfony/framework-standard-edition path/ " ~2.3"
30
30
31
31
Composer will now download the Standard Distribution along with all of the
32
32
required vendor libraries. For more information about downloading Symfony using
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ directory:
20
20
21
21
.. code-block :: bash
22
22
23
- $ composer create-project symfony/framework-standard-edition myproject/ ' ~2.3'
23
+ $ composer create-project symfony/framework-standard-edition myproject/ " ~2.3"
24
24
25
25
.. note ::
26
26
You can’t perform that action at this time.
0 commit comments