Update dependencies

This commit is contained in:
Chris Hunt
2022-11-14 19:35:16 +00:00
parent 0966639699
commit ee77d09c58
677 changed files with 9253 additions and 65635 deletions

View File

@@ -54,7 +54,7 @@ interface ItemInterface extends CacheItemInterface
* @throws InvalidArgumentException When $tag is not valid
* @throws CacheException When the item comes from a pool that is not tag-aware
*/
public function tag($tags): self;
public function tag(string|iterable $tags): static;
/**
* Returns a list of metadata info that were saved alongside with the cached value.