diff options
Diffstat (limited to 'vendor/symfony/cache/Adapter/AdapterInterface.php')
| -rw-r--r-- | vendor/symfony/cache/Adapter/AdapterInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/cache/Adapter/AdapterInterface.php b/vendor/symfony/cache/Adapter/AdapterInterface.php index 41222c1ab5..85fe07684f 100644 --- a/vendor/symfony/cache/Adapter/AdapterInterface.php +++ b/vendor/symfony/cache/Adapter/AdapterInterface.php @@ -33,5 +33,5 @@ interface AdapterInterface extends CacheItemPoolInterface * * @return \Traversable|CacheItem[] */ - public function getItems(array $keys = array()); + public function getItems(array $keys = []); } |
