mirror of
https://github.com/friendica/friendica
synced 2025-04-22 20:30:11 +00:00
Added missing type-hints, #11700
This commit is contained in:
parent
ef5d178e00
commit
3326c4cb31
1 changed files with 2 additions and 2 deletions
|
@ -73,12 +73,12 @@ class BoundariesPager extends Pager
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getStart()
|
public function getStart(): int
|
||||||
{
|
{
|
||||||
throw new \BadMethodCallException();
|
throw new \BadMethodCallException();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPage()
|
public function getPage(): int
|
||||||
{
|
{
|
||||||
throw new \BadMethodCallException();
|
throw new \BadMethodCallException();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue