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 d285fd6 commit 1b855e5Copy full SHA for 1b855e5
lib/Github/Api/Organization/Hooks.php
@@ -86,8 +86,8 @@ public function ping($organization, $id)
86
* Delete a hook.
87
*
88
* @link https://developer.github.com/v3/orgs/hooks/#delete-a-hook
89
- * @param $organization
90
- * @param $id
+ * @param string $organization
+ * @param int $id
91
* @return null
92
*/
93
public function remove($organization, $id)
0 commit comments