Fixed:
- Friendica\Content\BoundariesPager::renderFull(int $itemCount) must be compatible with Friendica\Content\Pager::renderFull(int $itemCount): string
This commit is contained in:
parent
61d5f64933
commit
ff9707713b
|
@ -130,6 +130,9 @@ class BoundariesPager extends Pager
|
||||||
return Renderer::replaceMacros($tpl, ['pager' => $data]);
|
return Renderer::replaceMacros($tpl, ['pager' => $data]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Unsupported method, must be type-compatible
|
||||||
|
*/
|
||||||
public function renderFull(int $itemCount): string
|
public function renderFull(int $itemCount): string
|
||||||
{
|
{
|
||||||
throw new \BadMethodCallException();
|
throw new \BadMethodCallException();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user