Merge pull request #11701 from Quix0r/fixes/missing-type-hints-getstart
Added missing type-hints
This commit is contained in:
commit
da7bc082b9
|
@ -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…
Reference in New Issue
Block a user