Skip to content

Commit 0257f4b

Browse files
authored
Merge pull request #758 from alexeyshockov/patch-1
Proper type hinting for magic methods
2 parents ba4526a + e10875f commit 0257f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
* @method Api\Repo repository()
5555
* @method Api\Repo repositories()
5656
* @method Api\Search search()
57-
* @method Api\Organization team()
58-
* @method Api\Organization teams()
57+
* @method Api\Organization\Teams team()
58+
* @method Api\Organization\Teams teams()
5959
* @method Api\User user()
6060
* @method Api\User users()
6161
* @method Api\Authorizations authorization()

0 commit comments

Comments
 (0)