@@ -58,7 +58,7 @@ public function findInstallations()
58
58
*
59
59
* @link https://developer.github.com/v3/apps/#get-an-installation
60
60
*
61
- * @param $installationId An integration installation id
61
+ * @param int $installationId An integration installation id
62
62
*
63
63
* @return array
64
64
*/
@@ -74,7 +74,7 @@ public function getInstallation($installationId)
74
74
*
75
75
* @link https://developer.github.com/v3/apps/#get-an-organization-installation
76
76
*
77
- * @param $org An organization
77
+ * @param string $org An organization
78
78
*
79
79
* @return array
80
80
*/
@@ -90,8 +90,8 @@ public function getInstallationForOrganization($org)
90
90
*
91
91
* @link https://developer.github.com/v3/apps/#get-a-repository-installation
92
92
*
93
- * @param $owner the owner of a repository
94
- * @param $repo the name of the repository
93
+ * @param string $owner the owner of a repository
94
+ * @param string $repo the name of the repository
95
95
*
96
96
* @return array
97
97
*/
@@ -107,7 +107,7 @@ public function getInstallationForRepo($owner, $repo)
107
107
*
108
108
* @link https://developer.github.com/v3/apps/#get-a-user-installation
109
109
*
110
- * @param $username
110
+ * @param string $username
111
111
*
112
112
* @return array
113
113
*/
@@ -123,7 +123,7 @@ public function getInstallationForUser($username)
123
123
*
124
124
* @link https://developer.github.com/v3/apps/#delete-an-installation
125
125
*
126
- * @param $installationId An integration installation id
126
+ * @param int $installationId An integration installation id
127
127
*/
128
128
public function removeInstallation ($ installationId )
129
129
{
0 commit comments