]> git.mxchange.org Git - friendica.git/commitdiff
Fixed:
authorRoland Häder <roland@mxchange.org>
Tue, 21 Jun 2022 16:51:27 +0000 (18:51 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 27 Jun 2022 13:16:15 +0000 (15:16 +0200)
- Friendica\Content\BoundariesPager::renderFull(int $itemCount) must be
  compatible with Friendica\Content\Pager::renderFull(int $itemCount): string

src/Content/BoundariesPager.php

index fe95040519392d098f2c2b20421bc69106d6602b..248931d90efd15e40bb746316cbfb5ca3258637f 100644 (file)
@@ -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();