Passed
Push — master ( 165e30...00cf65 )
by Fabio
05:53
created
framework/Caching/TMemCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
 
144 144
 		$this->loadConfig($config);
145 145
 		$this->_cache = new \Memcached($this->_persistentid);
146
-		if($this->_persistentid !== null && count($this->_cache->getServerList()) > 0)
146
+		if ($this->_persistentid !== null && count($this->_cache->getServerList()) > 0)
147 147
 		{
148 148
 			Prado::trace('Skipping re-adding servers for persistent id ' . $this->_persistentid, '\Prado\Caching\TMemCache');
149 149
 		} else {
Please login to merge, or discard this patch.