Skip to content

Commit cdcab1f

Browse files
committed
Removed use function statements for native php functions
1 parent d463111 commit cdcab1f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/connection/StreamSocket.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
use Bolt\Bolt;
77
use Bolt\error\ConnectException;
8-
use function floor;
9-
use function stream_set_timeout;
108

119
/**
1210
* Stream socket class

tests/SocketTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Bolt\error\ConnectException;
88
use Exception;
99
use PHPUnit\Framework\TestCase;
10-
use function microtime;
1110

1211
final class SocketTest extends TestCase
1312
{

0 commit comments

Comments
 (0)