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
Memcache::get has an incorrect signature in src/Phan/Language/Internal/FunctionSignatureMap.php. So do memcache_get and various other methods https://www.php.net/manual/en/memcache.get.php
Also, that documentation on php.net is out of date - Memcache::get() is capable of returning many different types
Memcache::get has an incorrect signature in src/Phan/Language/Internal/FunctionSignatureMap.php. So do memcache_get and various other methods
https://www.php.net/manual/en/memcache.get.php
Also, that documentation on php.net is out of date - Memcache::get() is capable of returning many different types
Related to websupport-sk/pecl-memcache#64 - real types are extracted from reflection, phpdoc types from various sources
The text was updated successfully, but these errors were encountered: