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 2b23c79 commit 1d21026Copy full SHA for 1d21026
lib/Github/Api/User.php
@@ -93,7 +93,7 @@ public function orgs()
93
*
94
* @return array list of followed users
95
*/
96
- public function following($username, array $parameters = array(), array $requestHeaders = array())
+ public function following($username, array $parameters = [], array $requestHeaders = [])
97
{
98
return $this->get('/users/'.rawurlencode($username).'/following', $parameters, $requestHeaders);
99
}
0 commit comments