Skip to content

Commit 779c74b

Browse files
committed
style: Run CS fix
1 parent 8cffce8 commit 779c74b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Neo4j/Neo4jConnectionPool.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313

1414
namespace Laudis\Neo4j\Neo4j;
1515

16-
use Bolt\error\ConnectException;
1716
use function array_unique;
17+
18+
use Bolt\error\ConnectException;
19+
1820
use function count;
1921

2022
use Exception;
@@ -51,9 +53,6 @@
5153

5254
use function sprintf;
5355
use function str_replace;
54-
55-
use Throwable;
56-
5756
use function time;
5857

5958
/**

0 commit comments

Comments
 (0)