Completed
Pull Request — master (#17)
by
unknown
01:40
created
src/Ratchet/Socket.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace BeyondCode\DuskDashboard\Ratchet;
4 4
 
5 5
 use Ratchet\ConnectionInterface;
6
-use Symfony\Component\Process\Process;
7 6
 use Ratchet\RFC6455\Messaging\MessageInterface;
8 7
 use Ratchet\WebSocket\MessageComponentInterface;
8
+use Symfony\Component\Process\Process;
9 9
 
10 10
 class Socket implements MessageComponentInterface
11 11
 {
Please login to merge, or discard this patch.