File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,3 +80,4 @@ whitelist:
80
80
- ' $var .= "Because of this `\xE9` octet (\\xE9),\n";'
81
81
- " `Deploying Symfony 4 Apps on Heroku`_."
82
82
- " .. _`Deploying Symfony 4 Apps on Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4"
83
+ - ' .. versionadded:: 0.2' # MercureBundle
Original file line number Diff line number Diff line change @@ -568,12 +568,15 @@ sent. Here is the PublisherStub implementation::
568
568
App\Tests\Functional\Fixtures\PublisherStub:
569
569
decorates: mercure.hub.default.publisher
570
570
571
- .. versionadded :: 0.2
572
571
573
572
Debugging
574
573
---------
575
574
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:
577
580
578
581
.. configuration-block ::
579
582
You can’t perform that action at this time.
0 commit comments