MediaWiki  1.29.2
Memcached Class Reference

The phpstorm stubs package includes the Memcached class with two parameters and docs saying that they are optional. More...

Public Member Functions

 __construct ()
 

Detailed Description

The phpstorm stubs package includes the Memcached class with two parameters and docs saying that they are optional.

Phan can not detect this and thus throws an error for a usage with no params. So we have this small stub just for the constructor to allow no params.

See also
https://secure.php.net/manual/en/memcached.construct.php @codingStandardsIgnoreFile

Definition at line 11 of file memcached.php.

Constructor & Destructor Documentation

◆ __construct()

Memcached::__construct ( )

Definition at line 13 of file memcached.php.


The documentation for this class was generated from the following file: