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 6bf3574 commit 928177eCopy full SHA for 928177e
lib/Github/Api/Repository/Releases.php
@@ -48,7 +48,7 @@ public function tag($username, $repository, $tag)
48
*
49
* @return array
50
*/
51
- public function all($username, $repository, array $params = array())
+ public function all($username, $repository, array $params = [])
52
{
53
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/releases', $params);
54
}
0 commit comments