X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FBoundariesPager.php;h=ddd07162858d840ac0d75a87c56a0590f112a439;hb=fd5914011cb5c67b827886a5db0e7760a307ad1d;hp=dbfa4ca73bdc5dec6da69e4443719960f70a0c43;hpb=44a9ec9b17ba449a861940e81f3f10875f1ef39a;p=friendica.git diff --git a/src/Content/BoundariesPager.php b/src/Content/BoundariesPager.php index dbfa4ca73b..ddd0716285 100644 --- a/src/Content/BoundariesPager.php +++ b/src/Content/BoundariesPager.php @@ -1,6 +1,6 @@ $data]); } - public function renderFull(int $itemCount) + /** + * Unsupported method, must be type-compatible + */ + public function renderFull(int $itemCount): string { throw new \BadMethodCallException(); }