Added missing type-hints, #11700

This commit is contained in:
Roland Häder
2022-07-01 02:50:03 +02:00
parent ef5d178e00
commit 3326c4cb31

View File

@@ -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();
}