8000 Merge branch '3.3' into 3.4 · symfony/symfony@43eed76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43eed76

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed double-declaration
2 parents 2cc53ab + 7294781 commit 43eed76

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)
0