@@ -54,11 +54,12 @@ public function findInstallations()
54
54
}
55
55
56
56
/**
57
- * Get an installation of the application
57
+ * Get an installation of the application.
58
58
*
59
59
* @link https://developer.github.com/v3/apps/#get-an-installation
60
60
*
61
61
* @param $installation_id An integration installation id
62
+ *
62
63
* @return array
63
64
*/
64
65
public function getInstallation ($ installation_id )
@@ -67,11 +68,12 @@ public function getInstallation($installation_id)
67
68
}
68
69
69
70
/**
70
- * Get an installation of the application for an organization
71
+ * Get an installation of the application for an organization.
71
72
*
72
73
* @link https://developer.github.com/v3/apps/#get-an-organization-installation
73
74
*
74
75
* @param $org An organization
76
+ *
75
77
* @return array
76
78
*/
77
79
public function getInstallationForOrganization ($ org )
@@ -80,12 +82,13 @@ public function getInstallationForOrganization($org)
80
82
}
81
83
82
84
/**
83
- * Get an installation of the application for a repository
85
+ * Get an installation of the application for a repository.
84
86
*
85
87
* @link https://developer.github.com/v3/apps/#get-a-repository-installation
86
88
*
87
89
* @param $owner the owner of a repository
88
90
* @param $repo the name of the repository
91
+ *
89
92
* @return array
90
93
*/
91
94
public function getInstallationForRepo ($ owner , $ repo )
@@ -94,11 +97,12 @@ public function getInstallationForRepo($owner, $repo)
94
97
}
95
98
96
99
/**
97
- * Get an installation of the application for a user
100
+ * Get an installation of the application for a user.
98
101
*
99
102
* @link https://developer.github.com/v3/apps/#get-a-user-installation
100
103
*
101
104
* @param $username
105
+ *
102
106
* @return array
103
107
*/
104
108
public function getInstallationForUser ($ username )
@@ -107,7 +111,7 @@ public function getInstallationForUser($username)
107
111
}
108
112
109
113
/**
110
- * Delete an installation of the application
114
+ * Delete an installation of the application.
111
115
*
112
116
* @link https://developer.github.com/v3/apps/#delete-an-installation
113
117
*
0 commit comments