Skip to content

Commit 3529a95

Browse files
committed
Merge remote-tracking branch 'origin/2.0' into 2.0
2 parents cab1c25 + 9088d35 commit 3529a95

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

components/console.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ Then, you need to create a new
353353
options you want to pass to the command.
354354

355355
Eventually, calling the ``run()`` method actually executes the command and
356-
returns the returned code from the command (``0`` if everything went fine, any
357-
other integer otherwise).
356+
returns the returned code from the command (return value from command's
357+
``execute()`` method).
358358

359359
.. note::
360360

contributing/documentation/format.rst

+3
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ Installing the Sphinx extensions
157157
158158
# use PHP as the primary domain
159159
primary_domain = 'php'
160+
161+
# set url for API links
162+
api_url = 'http://api.symfony.com/master/%s'
160163
161164
.. _reStructuredText: http://docutils.sf.net/rst.html
162165
.. _Sphinx: http://sphinx.pocoo.org/

0 commit comments

Comments
 (0)