We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80b23d commit 8d31dbeCopy full SHA for 8d31dbe
lib/Doctrine/Cache/Memcached.php
@@ -43,7 +43,7 @@ class Doctrine_Cache_Memcached extends Doctrine_Cache_Driver
43
*
44
* @param array $options associative array of cache driver options
45
*/
46
- public function __construct($options = array())
+ public function __construct($options = array())
47
{
48
if ( ! extension_loaded('memcached')) {
49
throw new Doctrine_Cache_Exception('In order to use Memcached driver, the memcached extension must be loaded.');
@@ -139,4 +139,4 @@ protected function _getCacheKeys()
139
}
140
return $keys;
141
142
-}
+}
0 commit comments