Skip to content

Commit fe75e60

Browse files
committed
fixes versionadded directive. refs #12598
1 parent 0a65492 commit fe75e60

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ whitelist:
8080
- '$var .= "Because of this `\xE9` octet (\\xE9),\n";'
8181
- "`Deploying Symfony 4 Apps on Heroku`_."
8282
- ".. _`Deploying Symfony 4 Apps on Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4"
83+
- '.. versionadded:: 0.2' # MercureBundle

mercure.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,15 @@ sent. Here is the PublisherStub implementation::
568568
App\Tests\Functional\Fixtures\PublisherStub:
569569
decorates: mercure.hub.default.publisher
570570

571-
.. versionadded:: 0.2
572571

573572
Debugging
574573
---------
575574

576-
The WebProfiler panel was introduced in MercureBundle 0.2. Enable it on your configuration, as following:
575+
.. versionadded:: 0.2
576+
577+
The WebProfiler panel was introduced in MercureBundle 0.2.
578+
579+
Enable the panel in your configuration, as follows:
577580

578581
.. configuration-block::
579582

0 commit comments

Comments
 (0)