Skip to content

Commit 705921f

Browse files
committed
Merge branch '2.5'
* 2.5: Removing 2.6 message from the 2.3 branch Documented info method Double-quotes instead of single quotes (UnexpectedValueException in Windows 8)
2 parents 3580658 + 8c9847d commit 705921f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

components/config/definition.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,15 @@ has a certain value:
281281
->end()
282282
;
283283
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+
284293
Optional Sections
285294
-----------------
286295

cookbook/workflow/new_project_git.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git repository:
2626

2727
.. code-block:: bash
2828
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"
3030
3131
Composer will now download the Standard Distribution along with all of the
3232
required vendor libraries. For more information about downloading Symfony using

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ directory:
2020

2121
.. code-block:: bash
2222
23-
$ composer create-project symfony/framework-standard-edition myproject/ '~2.3'
23+
$ composer create-project symfony/framework-standard-edition myproject/ "~2.3"
2424
2525
.. note::
2626

0 commit comments

Comments
 (0)