Skip to content

Commit 2c77336

Browse files
committed
Add back AbstractApi::setPerPage()
1 parent 91f2aa4 commit 2c77336

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Github/Api/AbstractApi.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ public function configure()
6666
return $this;
6767
}
6868

69+
public function setPerPage(int $number): void
70+
{
71+
$this->perPage = $number;
72+
}
73+
6974
/**
7075
* Send a GET request with query parameters.
7176
*

0 commit comments

Comments
 (0)