Skip to content

Commit 5f43ffd

Browse files
committed
fix styling of comments
1 parent d5d77a8 commit 5f43ffd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

lib/Github/Api/Apps.php

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ public function findInstallations()
5050
}
5151

5252
/**
53-
* Get an installation of the application
53+
* Get an installation of the application.
5454
*
5555
* @link https://developer.github.com/v3/apps/#get-an-installation
5656
*
5757
* @param $installation_id An integration installation id
58+
*
5859
* @return array
5960
*/
6061
public function getInstallation($installation_id)
@@ -63,11 +64,12 @@ public function getInstallation($installation_id)
6364
}
6465

6566
/**
66-
* Get an installation of the application for an organization
67+
* Get an installation of the application for an organization.
6768
*
6869
* @link https://developer.github.com/v3/apps/#get-an-organization-installation
6970
*
7071
* @param $org An organization
72+
*
7173
* @return array
7274
*/
7375
public function getInstallationForOrganization($org)
@@ -76,12 +78,13 @@ public function getInstallationForOrganization($org)
7678
}
7779

7880
/**
79-
* Get an installation of the application for a repository
81+
* Get an installation of the application for a repository.
8082
*
8183
* @link https://developer.github.com/v3/apps/#get-a-repository-installation
8284
*
8385
* @param $owner the owner of a repository
8486
* @param $repo the name of the repository
87+
*
8588
* @return array
8689
*/
8790
public function getInstallationForRepo($owner, $repo)
@@ -90,11 +93,12 @@ public function getInstallationForRepo($owner, $repo)
9093
}
9194

9295
/**
93-
* Get an installation of the application for a user
96+
* Get an installation of the application for a user.
9497
*
9598
* @link https://developer.github.com/v3/apps/#get-a-user-installation
9699
*
97100
* @param $username
101+
*
98102
* @return array
99103
*/
100104
public function getInstallationForUser($username)
@@ -103,7 +107,7 @@ public function getInstallationForUser($username)
103107
}
104108

105109
/**
106-
* Delete an installation of the application
110+
* Delete an installation of the application.
107111
*
108112
* @link https://developer.github.com/v3/apps/#delete-an-installation
109113
*

0 commit comments

Comments
 (0)