Added missing type-hints, #11700
This commit is contained in:
parent
ef5d178e00
commit
3326c4cb31
|
@ -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 New Issue
Block a user