File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3434class ClientFactory
3535{
3636 /**
37- * @param DriverConfigArray|null $driverConfig
38- * @param SessionConfigArray|null $sessionConfiguration
39- * @param TransactionConfigArray|null $transactionConfiguration
37+ * @param DriverConfigArray|null $driverConfig
38+ * @param SessionConfigArray|null $sessionConfiguration
39+ * @param TransactionConfigArray|null $transactionConfiguration
4040 * @param list<DriverRegistrationArray> $connections
4141 */
4242 public function __construct (
Original file line number Diff line number Diff line change 2020use Neo4j \Neo4jBundle \SymfonyClient ;
2121use Neo4j \Neo4jBundle \Tests \App \TestKernel ;
2222use Psr \Http \Message \UriInterface ;
23- use Psr \Log \NullLogger ;
2423use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
2524
2625class IntegrationTest extends KernelTestCase
You can’t perform that action at this time.
0 commit comments