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