File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 44
55namespace Neo4j \Neo4jBundle \Collector ;
66
7- use GraphAware \Neo4j \Client \Connection \ConnectionManager ;
87use Symfony \Component \HttpFoundation \Request ;
98use Symfony \Component \HttpFoundation \Response ;
109use Symfony \Component \HttpKernel \DataCollector \DataCollector ;
Original file line number Diff line number Diff line change 55namespace Neo4j \Neo4jBundle \Factory ;
66
77use GraphAware \Neo4j \Client \Client ;
8- use GraphAware \Neo4j \Client \ClientBuilder ;
98use GraphAware \Neo4j \Client \ClientInterface ;
109use GraphAware \Neo4j \Client \Connection \ConnectionManager ;
11- use GraphAware \Neo4j \Client \Event \FailureEvent ;
12- use GraphAware \Neo4j \Client \Event \PostRunEvent ;
13- use GraphAware \Neo4j \Client \Event \PreRunEvent ;
14- use GraphAware \Neo4j \Client \Neo4jClientEvents ;
15- use Neo4j \Neo4jBundle \Collector \DebugLogger ;
16- use Neo4j \Neo4jBundle \Collector \QueryLogger ;
1710use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
1811
1912/**
@@ -32,8 +25,7 @@ final class ClientFactory
3225 private $ connectionManager ;
3326
3427 /**
35- *
36- * @param ConnectionManager $connectionManager
28+ * @param ConnectionManager $connectionManager
3729 * @param EventDispatcherInterface|null $eventDispatcher
3830 */
3931 public function __construct (ConnectionManager $ connectionManager , EventDispatcherInterface $ eventDispatcher = null )
@@ -62,5 +54,4 @@ public function create(array $names): ClientInterface
6254
6355 return new Client ($ clientConnectionManager , $ this ->eventDispatcher );
6456 }
65-
6657}
You can’t perform that action at this time.
0 commit comments