8000 Reorder the use statements alphabetically · symfony/symfony-docs@0179303 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0179303

Browse files
savvasalwouterj
authored andcommitted
Reorder the use statements alphabetically
1 parent b9d0d7f commit 0179303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/notifier.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ With a Slack Message you can add some interactive options called `Block elements
185185

186186
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackActionsBlock;
187187
use Symfony\Component\Notifier\Bridge\Slack\SlackOptions;
188-
use Symfony\Component\Notifier\Message\ChatMessage;
189-
use Symfony\Component\Notifier\Chatter;
190188
use Symfony\Component\Notifier\Bridge\Slack\SlackTransport;
189+
use Symfony\Component\Notifier\Chatter;
190+
use Symfony\Component\Notifier\Message\ChatMessage;
191191

192192
// Initialize a chatter with Slack Transport
193193
$chatter = new Chatter(new SlackTransport('token'));

0 commit comments

Comments
 (0)
0