Skip to content

Commit 8d31dbe

Browse files
authored
Fix extra space
Fix extra space reported by @thePanz on your PR. See FriendsOfSymfony1#62
1 parent c80b23d commit 8d31dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Doctrine/Cache/Memcached.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Doctrine_Cache_Memcached extends Doctrine_Cache_Driver
4343
*
4444
* @param array $options associative array of cache driver options
4545
*/
46-
public function __construct($options = array())
46+
public function __construct($options = array())
4747
{
4848
if ( ! extension_loaded('memcached')) {
4949
throw new Doctrine_Cache_Exception('In order to use Memcached driver, the memcached extension must be loaded.');
@@ -139,4 +139,4 @@ protected function _getCacheKeys()
139139
}
140140
return $keys;
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)