Skip to content

Commit f8c2034

Browse files
committed
Merge branch '5.1'
* 5.1: Tweak Update validation.rst update building locally without docker docs Update chatters.rst
2 parents a8396f3 + 3731be8 commit f8c2034

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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

notifier/chatters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ some interactive options called `Block elements`_::
7777
->text('The Symfony Community')
7878
->accessory(
7979
new SlackImageBlockElement(
80-
'https://example.com/symfony-logo.png',
80+
'https://symfony.com/favicons/apple-touch-icon.png',
8181
'Symfony'
8282
)
8383
)

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)