From: Roland Häder Date: Tue, 21 Jun 2022 16:51:27 +0000 (+0200) Subject: Fixed: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff9707713bc81d43f2e4744df3213a01555af069;p=friendica.git Fixed: - Friendica\Content\BoundariesPager::renderFull(int $itemCount) must be compatible with Friendica\Content\Pager::renderFull(int $itemCount): string --- diff --git a/src/Content/BoundariesPager.php b/src/Content/BoundariesPager.php index fe95040519..248931d90e 100644 --- a/src/Content/BoundariesPager.php +++ b/src/Content/BoundariesPager.php @@ -130,6 +130,9 @@ class BoundariesPager extends Pager return Renderer::replaceMacros($tpl, ['pager' => $data]); } + /** + * Unsupported method, must be type-compatible + */ public function renderFull(int $itemCount): string { throw new \BadMethodCallException();