arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 46 forks source link

Fixed exception with multiple calls to validate method #219

Closed diabl0 closed 7 years ago

diabl0 commented 7 years ago

Sometimes ConnectionOptions::validate() is called multiple times during ConnectionOptions lifetime cycle, which may trigger "must not specify both host and endpoint" exception when originally there was only host and port provided.