Superfluous whitespace removed.

This commit is contained in:
Siebrand Mazeland 2010-09-20 21:11:05 +02:00
parent 500f8e5a87
commit 5cc08ccd07
2 changed files with 0 additions and 7 deletions

View File

@ -69,7 +69,6 @@ class MemcachedPlugin extends Plugin
*
* @return boolean flag value
*/
function onInitializePlugin()
{
$this->_ensureConn();
@ -87,7 +86,6 @@ class MemcachedPlugin extends Plugin
*
* @return boolean hook success
*/
function onStartCacheGet(&$key, &$value)
{
$this->_ensureConn();
@ -107,7 +105,6 @@ class MemcachedPlugin extends Plugin
*
* @return boolean hook success
*/
function onStartCacheSet(&$key, &$value, &$flag, &$expiry, &$success)
{
$this->_ensureConn();
@ -146,7 +143,6 @@ class MemcachedPlugin extends Plugin
*
* @return boolean hook success
*/
function onStartCacheDelete(&$key, &$success)
{
$this->_ensureConn();
@ -169,7 +165,6 @@ class MemcachedPlugin extends Plugin
*
* @return void
*/
private function _ensureConn()
{
if (empty($this->_conn)) {
@ -224,4 +219,3 @@ class MemcachedPlugin extends Plugin
return true;
}
}

View File

@ -51,7 +51,6 @@ class MinifyPlugin extends Plugin
*
* @return boolean hook return
*/
function onStartInitializeRouter($m)
{
$m->connect('main/min',