This commit is contained in:
Shish 2024-01-19 18:37:15 +00:00
parent 448e270da8
commit bf649b012a
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ class Search
/**
* Search for an array of images, returning a iterable object of Image
*
*
* @param list<string> $tags
* @return \Generator<Image>
*/

View file

@ -804,7 +804,7 @@ function stringer(mixed $s): string
/**
* If a value is in the cache, return it; otherwise, call the callback
* to generate it and store it in the cache.
*
*
* @template T
* @param string $key
* @param callable():T $callback