fixed double-declaration

This commit is contained in:
Fabien Potencier 2017-07-17 19:27:31 +02:00
parent 26ffb959a1
commit 72947810a3

View File

@ -32,11 +32,6 @@ abstract class AbstractAdapter implements AdapterInterface, LoggerAwareInterface
private $createCacheItem; private $createCacheItem;
private $mergeByLifetime; private $mergeByLifetime;
/**
* @var int|null The maximum length to enforce for identifiers or null when no limit applies
*/
protected $maxIdLength;
/** /**
* @param string $namespace * @param string $namespace
* @param int $defaultLifetime * @param int $defaultLifetime