You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
By
The text was updated successfully, but these errors were encountered: