Skip to content

Commit 34b5186

Browse files
committed
Forgot about the missing args param
1 parent 81aa33e commit 34b5186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public function getSupportedApiVersions()
310310
*
311311
* @throws InvalidArgumentException
312312
*/
313-
public function __call($name) {
313+
public function __call($name, $args) {
314314
switch ($name) {
315315
case 'me':
316316
case 'currentUser':

0 commit comments

Comments
 (0)