Skip to content

Commit b1957d1

Browse files
committed
cs
1 parent d5f2c42 commit b1957d1

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Collector/Neo4jDataCollector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Neo4j\Neo4jBundle\Collector;
66

7-
use GraphAware\Neo4j\Client\Connection\ConnectionManager;
87
use Symfony\Component\HttpFoundation\Request;
98
use Symfony\Component\HttpFoundation\Response;
109
use Symfony\Component\HttpKernel\DataCollector\DataCollector;

Factory/ClientFactory.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@
55
namespace Neo4j\Neo4jBundle\Factory;
66

77
use GraphAware\Neo4j\Client\Client;
8-
use GraphAware\Neo4j\Client\ClientBuilder;
98
use GraphAware\Neo4j\Client\ClientInterface;
109
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;
1710
use 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
}

0 commit comments

Comments
 (0)