Skip to content

Commit 7294781

Browse files
committed
fixed double-declaration
1 parent 26ffb95 commit 7294781

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Component/Cache/Adapter/AbstractAdapter.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ abstract class AbstractAdapter implements AdapterInterface, LoggerAwareInterface
3232
private $createCacheItem;
3333
private $mergeByLifetime;
3434

35-
/**
36-
* @var int|null The maximum length to enforce for identifiers or null when no limit applies
37-
*/
38-
protected $maxIdLength;
39-
4035
/**
4136
* @param string $namespace
4237
* @param int $defaultLifetime

0 commit comments

Comments
 (0)