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
@@ -89,7 +89,6 @@ public static function isSupported()
89
89
* - [['localhost', 11211, 33]]
90
90
*
91
91
* @param array[]|string|string[] $servers An array of servers, a DSN, or an array of DSNs
92
-
* @param array $options An array of options
93
92
*
94
93
* @throws \ErrorException When invalid options or servers are provided
95
94
*/
@@ -101,7 +100,7 @@ public static function createConnection(array|string $servers, array $options =
101
100
thrownewInvalidArgumentException(sprintf('MemcachedAdapter::createClient() expects array or string as first argument, "%s" given.', get_debug_type($servers)));
102
101
}
103
102
if (!static::isSupported()) {
104
-
thrownewCacheException('Memcached >= 2.2.0 is required.');
0 commit comments