Details
Description
On line 70, empty($this->getNamespace()).
empty() works only with variables so you need to assign the namespace to something before using empty().
Fatal error: Can't use method return value in write context in Doctrine/Common/Cache/ZendDataCache.php on line 70
Fixed