arangodb / arangodb-php

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

Missing type @return \ArangoDBClient\AdminHandler::getServerVersion #293

Open Geolim4 opened 2 years ago

Geolim4 commented 2 years ago

I get a phpstan analysis error when calling \ArangoDBClient\AdminHandler::getServerVersion(true), expecting an array returned but the annotation @return has a missing type.

Replace:

     * @return string - a string holding the ArangoDB version

By

     * @return string|array - A string holding the ArangoDB version or an array of the full server info if $details is true