diff --git a/lib/Doctrine/Cache/Memcached.php b/lib/Doctrine/Cache/Memcached.php index 9e823ef87..82067982d 100644 --- a/lib/Doctrine/Cache/Memcached.php +++ b/lib/Doctrine/Cache/Memcached.php @@ -43,7 +43,7 @@ class Doctrine_Cache_Memcached extends Doctrine_Cache_Driver * * @param array $options associative array of cache driver options */ - public function __construct($options = array()) + public function __construct($options = array()) { if ( ! extension_loaded('memcached')) { throw new Doctrine_Cache_Exception('In order to use Memcached driver, the memcached extension must be loaded.'); @@ -139,4 +139,4 @@ protected function _getCacheKeys() } return $keys; } -} \ No newline at end of file +}