Skip to content

Commit

Permalink
ENGCOM-3666: Fixed - Lifetime update syntax error #13309 #19634
Browse files Browse the repository at this point in the history
 - Merge Pull Request #19634 from ssp58bleuciel/magento2:fixed-issue-13309
 - Merged commits:
   1. 146f74a
   2. 70056f5
  • Loading branch information
magento-engcom-team committed Dec 13, 2018
2 parents 4964f0e + 70056f5 commit f7d1054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/internal/Magento/Framework/Cache/Backend/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
* ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
*/

/**
* Database cache backend
*/
namespace Magento\Framework\Cache\Backend;

/**
* Database cache backend.
*/
class Database extends \Zend_Cache_Backend implements \Zend_Cache_Backend_ExtendedInterface
{
/**
Expand Down Expand Up @@ -139,7 +139,7 @@ protected function _getTagsTable()
*
* Note : return value is always "string" (unserialization is done by the core not by the backend)
*
* @param string $id Cache id
* @param string $id Cache id
* @param boolean $doNotTestCacheValidity If set to true, the cache validity won't be tested
* @return string|false cached datas
*/
Expand Down

0 comments on commit f7d1054

Please sign in to comment.