Skip to content

Commit 1b855e5

Browse files
committed
Add missing docblocks arguments types
1 parent d285fd6 commit 1b855e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Api/Organization/Hooks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public function ping($organization, $id)
8686
* Delete a hook.
8787
*
8888
* @link https://developer.github.com/v3/orgs/hooks/#delete-a-hook
89-
* @param $organization
90-
* @param $id
89+
* @param string $organization
90+
* @param int $id
9191
* @return null
9292
*/
9393
public function remove($organization, $id)

0 commit comments

Comments
 (0)