This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Cache/Adapter
Tyson Andre 1976d29e01 Always pass $key to NullAdapter->createCacheItem
Previously, if this were called, it would throw an ArgumentCountError.
I'm assuming existing code always checks hasItem, so this bug hasn't impacted many people.
This was noticed via static analysis.

The get() method was added to NullAdapter in symfony 4.2
2019-01-05 11:11:59 -05:00
..
AbstractAdapter.php Merge branch '4.1' 2018-11-06 18:10:56 +01:00
AdapterInterface.php Add missing @ in phpdoc return statement 2018-01-11 11:30:34 +01:00
ApcuAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
ArrayAdapter.php Fix undefined variable in cache ArrayTrait 2018-12-13 14:24:29 +01:00
ChainAdapter.php [Cache] fix typo 2018-11-26 10:38:19 +01:00
DoctrineAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
FilesystemAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
MemcachedAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
NullAdapter.php Always pass $key to NullAdapter->createCacheItem 2019-01-05 11:11:59 -05:00
PdoAdapter.php feature #27645 [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available (nicolas-grekas) 2018-07-09 16:39:33 +02:00
PhpArrayAdapter.php [Contracts][Cache] allow retrieving metadata of cached items 2018-11-24 10:35:08 +01:00
PhpFilesAdapter.php [Cache] fix bad optim 2018-12-18 18:14:53 +01:00
ProxyAdapter.php [Contracts][Cache] allow retrieving metadata of cached items 2018-11-24 10:35:08 +01:00
RedisAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
SimpleCacheAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
TagAwareAdapter.php [Cache] add CacheInterface::delete() + improve CacheTrait 2018-10-06 16:52:09 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php [Contracts][Cache] allow retrieving metadata of cached items 2018-11-24 10:35:08 +01:00
TraceableTagAwareAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00