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 * Search for an array of images, returning a iterable object of Image
* *
* @param list<string> $tags * @param list<string> $tags
* @return \Generator<Image> * @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 * If a value is in the cache, return it; otherwise, call the callback
* to generate it and store it in the cache. * to generate it and store it in the cache.
* *
* @template T * @template T
* @param string $key * @param string $key
* @param callable():T $callback * @param callable():T $callback