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 4
4
5
5
namespace Neo4j \Neo4jBundle \Collector ;
6
6
7
- use GraphAware \Neo4j \Client \Connection \ConnectionManager ;
8
7
use Symfony \Component \HttpFoundation \Request ;
9
8
use Symfony \Component \HttpFoundation \Response ;
10
9
use Symfony \Component \HttpKernel \DataCollector \DataCollector ;
Original file line number Diff line number Diff line change 5
5
namespace Neo4j \Neo4jBundle \Factory ;
6
6
7
7
use GraphAware \Neo4j \Client \Client ;
8
- use GraphAware \Neo4j \Client \ClientBuilder ;
9
8
use GraphAware \Neo4j \Client \ClientInterface ;
10
9
use 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 ;
17
10
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
18
11
19
12
/**
@@ -32,8 +25,7 @@ final class ClientFactory
32
25
private $ connectionManager ;
33
26
34
27
/**
35
- *
36
- * @param ConnectionManager $connectionManager
28
+ * @param ConnectionManager $connectionManager
37
29
* @param EventDispatcherInterface|null $eventDispatcher
38
30
*/
39
31
public function __construct (ConnectionManager $ connectionManager , EventDispatcherInterface $ eventDispatcher = null )
@@ -62,5 +54,4 @@ public function create(array $names): ClientInterface
62
54
63
55
return new Client ($ clientConnectionManager , $ this ->eventDispatcher );
64
56
}
65
-
66
57
}
You can’t perform that action at this time.
0 commit comments