fmt
This commit is contained in:
parent
448e270da8
commit
bf649b012a
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue