fmt
This commit is contained in:
@@ -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>
|
||||||
*/
|
*/
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user