Superfluous whitespace removed.
This commit is contained in:
parent
500f8e5a87
commit
5cc08ccd07
@ -69,7 +69,6 @@ class MemcachedPlugin extends Plugin
|
|||||||
*
|
*
|
||||||
* @return boolean flag value
|
* @return boolean flag value
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function onInitializePlugin()
|
function onInitializePlugin()
|
||||||
{
|
{
|
||||||
$this->_ensureConn();
|
$this->_ensureConn();
|
||||||
@ -87,7 +86,6 @@ class MemcachedPlugin extends Plugin
|
|||||||
*
|
*
|
||||||
* @return boolean hook success
|
* @return boolean hook success
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function onStartCacheGet(&$key, &$value)
|
function onStartCacheGet(&$key, &$value)
|
||||||
{
|
{
|
||||||
$this->_ensureConn();
|
$this->_ensureConn();
|
||||||
@ -107,7 +105,6 @@ class MemcachedPlugin extends Plugin
|
|||||||
*
|
*
|
||||||
* @return boolean hook success
|
* @return boolean hook success
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function onStartCacheSet(&$key, &$value, &$flag, &$expiry, &$success)
|
function onStartCacheSet(&$key, &$value, &$flag, &$expiry, &$success)
|
||||||
{
|
{
|
||||||
$this->_ensureConn();
|
$this->_ensureConn();
|
||||||
@ -146,7 +143,6 @@ class MemcachedPlugin extends Plugin
|
|||||||
*
|
*
|
||||||
* @return boolean hook success
|
* @return boolean hook success
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function onStartCacheDelete(&$key, &$success)
|
function onStartCacheDelete(&$key, &$success)
|
||||||
{
|
{
|
||||||
$this->_ensureConn();
|
$this->_ensureConn();
|
||||||
@ -169,7 +165,6 @@ class MemcachedPlugin extends Plugin
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private function _ensureConn()
|
private function _ensureConn()
|
||||||
{
|
{
|
||||||
if (empty($this->_conn)) {
|
if (empty($this->_conn)) {
|
||||||
@ -224,4 +219,3 @@ class MemcachedPlugin extends Plugin
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,7 +51,6 @@ class MinifyPlugin extends Plugin
|
|||||||
*
|
*
|
||||||
* @return boolean hook return
|
* @return boolean hook return
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function onStartInitializeRouter($m)
|
function onStartInitializeRouter($m)
|
||||||
{
|
{
|
||||||
$m->connect('main/min',
|
$m->connect('main/min',
|
||||||
|
Loading…
Reference in New Issue
Block a user