Skip to content

Commit 3f52752

Browse files
committed
removed unnecessary imports
1 parent f7f3c2b commit 3f52752

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Bolt.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Bolt;
44

5-
use Bolt\protocol\V4_3;
65
use Bolt\error\{
76
ConnectException,
87
PackException,
@@ -12,8 +11,6 @@
1211
use Bolt\PackStream\{IPacker, IUnpacker};
1312
use Bolt\protocol\AProtocol;
1413
use Bolt\connection\IConnection;
15-
use function get_called_class;
16-
use function method_exists;
1714

1815
/**
1916
* Main class Bolt

src/protocol/V4_3.php

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

55
use Bolt\error\MessageException;
66
use Bolt\error\PackException;
7-
use function count;
8-
use function is_array;
97

108
/**
119
* Class Protocol version 4.3

tests/BoltTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Bolt\tests;
44

55
use Bolt\Bolt;
6-
use Bolt\protocol\V4_3;
76
use Exception;
87

98
/**

0 commit comments

Comments
 (0)