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.
1 parent f7f3c2b commit 3f52752Copy full SHA for 3f52752
src/Bolt.php
@@ -2,7 +2,6 @@
2
3
namespace Bolt;
4
5
-use Bolt\protocol\V4_3;
6
use Bolt\error\{
7
ConnectException,
8
PackException,
@@ -12,8 +11,6 @@
12
11
use Bolt\PackStream\{IPacker, IUnpacker};
13
use Bolt\protocol\AProtocol;
14
use Bolt\connection\IConnection;
15
-use function get_called_class;
16
-use function method_exists;
17
18
/**
19
* Main class Bolt
src/protocol/V4_3.php
@@ -4,8 +4,6 @@
use Bolt\error\MessageException;
use Bolt\error\PackException;
-use function count;
-use function is_array;
9
10
* Class Protocol version 4.3
tests/BoltTest.php
@@ -3,7 +3,6 @@
namespace Bolt\tests;
use Bolt\Bolt;
use Exception;
0 commit comments