graphaware / neo4j-bolt-php

PHP Driver for Neo4j's Binary Protocol : Bolt
MIT License
42 stars 38 forks source link

Make sure to type hint to Configuration #19

Closed Nyholm closed 7 years ago

Nyholm commented 7 years ago

Allowing ConfigInterface will just make the code fail when initiating a Driver. The Driver needs a Configuration

Related to https://github.com/graphaware/neo4j-php-client/issues/95 and https://github.com/graphaware/neo4j-php-commons/pull/8

Nyholm commented 7 years ago

Thank you for merging.