Skip to content

Commit 68d9c9b

Browse files
committed
removed unnecessary use function declarations
1 parent 226d485 commit 68d9c9b

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/connection/Socket.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
use Bolt\Bolt;
66
use Bolt\error\ConnectException;
77
use Bolt\error\ConnectionTimeoutException;
8-
use function microtime;
9-
use function round;
10-
use function socket_get_status;
11-
use function socket_strerror;
128

139
/**
1410
* Socket class

src/connection/StreamSocket.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Bolt\Bolt;
77
use Bolt\error\ConnectException;
88
use Bolt\error\ConnectionTimeoutException;
9-
use function floor;
10-
use function stream_set_timeout;
119

1210
/**
1311
* Stream socket class

tests/connection/AConnectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Bolt\helpers\Auth;
1212
use Bolt\protocol\V4;
1313
use PHPUnit\Framework\TestCase;
14-
use function microtime;
1514

1615
final class AConnectionTest extends TestCase
1716
{

0 commit comments

Comments
 (0)