ErrLookup › doctrine/cache
doctrine/cache
Doctrine Cache component · PHP · 13 source files
Analyzed at e0a9919443 on 2026-09-13. 5 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Expected $time to be either an integer, an instance of… | exception | error | php, psr6, cache, typeerror, ttl |
| Cache key must be string | exception | error | php, psr6, cache, type-error |
| Cache key " " contains reserved characters " ". | exception | error | psr6, cache, reserved-characters, psr-6 |
| Cache key length must be greater than zero. | exception | error | php, psr6, cache, empty-string |
| Expected $expiration to be an instance of DateTimeInterface… | exception | error | php, psr6, cache, typeerror, expiration |