Skip to content

Commit 9cceab7

Browse files
committed
Linting fixes
1 parent c27ecfa commit 9cceab7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

webhook.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ Mailgun will provide a secret for the webhook. Add this secret to your ``.env``
9595
file:
9696

9797
.. code-block:: env
98-
MAILER_MAILGUN_SECRET=your_secret
9998
100-
With this done, you can now add Remote Event Consumers to react to the webhooks:
99+
MAILER_MAILGUN_SECRET=your_secret
101100
102-
.. code-block:: php
101+
With this done, you can now add Remote Event Consumers to react to the webhooks::
103102

104103
use Symfony\Component\RemoteEvent\Attribute\AsRemoteEventConsumer;
105104
use Symfony\Component\RemoteEvent\Consumer\ConsumerInterface;

0 commit comments

Comments
 (0)