diff --git a/src/Neo4j/Neo4jConnectionPool.php b/src/Neo4j/Neo4jConnectionPool.php index caa72d09..0a725321 100644 --- a/src/Neo4j/Neo4jConnectionPool.php +++ b/src/Neo4j/Neo4jConnectionPool.php @@ -13,8 +13,10 @@ namespace Laudis\Neo4j\Neo4j; -use Bolt\error\ConnectException; use function array_unique; + +use Bolt\error\ConnectException; + use function count; use Exception; @@ -51,9 +53,6 @@ use function sprintf; use function str_replace; - -use Throwable; - use function time; /**