mirror of
https://github.com/friendica/friendica
synced 2024-11-18 19:03:40 +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();
|
||||
}
|
||||
|
||||
public function getPage()
|
||||
public function getPage(): int
|
||||
{
|
||||
throw new \BadMethodCallException();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue