We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use function
1 parent 226d485 commit 68d9c9bCopy full SHA for 68d9c9b
src/connection/Socket.php
@@ -5,10 +5,6 @@
5
use Bolt\Bolt;
6
use Bolt\error\ConnectException;
7
use Bolt\error\ConnectionTimeoutException;
8
-use function microtime;
9
-use function round;
10
-use function socket_get_status;
11
-use function socket_strerror;
12
13
/**
14
* Socket class
src/connection/StreamSocket.php
@@ -6,8 +6,6 @@
-use function floor;
-use function stream_set_timeout;
* Stream socket class
tests/connection/AConnectionTest.php
@@ -11,7 +11,6 @@
use Bolt\helpers\Auth;
use Bolt\protocol\V4;
use PHPUnit\Framework\TestCase;
15
16
final class AConnectionTest extends TestCase
17
{
0 commit comments