We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d21026 commit a3416c6Copy full SHA for a3416c6
lib/Github/Api/AbstractApi.php
@@ -65,7 +65,7 @@ public function setPerPage($perPage)
65
*
66
* @return array|string
67
*/
68
- protected function get($path, array $parameters = array(), array $requestHeaders = array())
+ protected function get($path, array $parameters = [], array $requestHeaders = [])
69
{
70
if (null !== $this->perPage && !isset($parameters['per_page'])) {
71
$parameters['per_page'] = $this->perPage;
0 commit comments