From bf649b012aa1c7edceaaa5dcf1e3a424395d2dc4 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 19 Jan 2024 18:37:15 +0000 Subject: [PATCH] fmt --- core/imageboard/search.php | 2 +- core/polyfills.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/imageboard/search.php b/core/imageboard/search.php index 363f9a54..f5f4c7c6 100644 --- a/core/imageboard/search.php +++ b/core/imageboard/search.php @@ -93,7 +93,7 @@ class Search /** * Search for an array of images, returning a iterable object of Image - * + * * @param list $tags * @return \Generator */ diff --git a/core/polyfills.php b/core/polyfills.php index 34420c23..e889ecd9 100644 --- a/core/polyfills.php +++ b/core/polyfills.php @@ -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