Skip to content

Commit 3731be8

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Tweak Update validation.rst update building locally without docker docs
2 parents 530329a + c0faf43 commit 3731be8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

contributing/documentation/overview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ If you don't use Docker, follow these steps to build the docs locally:
273273

274274
.. code-block:: terminal
275275
276-
$ pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
276+
$ cd _build/
277+
$ pip install -r .requirements.txt
277278
278279
#. Run the following command to build the documentation in HTML format:
279280

validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ following:
119119
.. index::
120120
single: Validation; Using the validator
121121

122-
Using the ``validator`` Service
123-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122+
Using the Validator Service
123+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
124124

125125
Next, to actually validate an ``Author`` object, use the ``validate()`` method
126126
on the ``validator`` service (which implements :class:`Symfony\\Component\\Validator\\Validator\\ValidatorInterface`).

0 commit comments

Comments
 (0)