Skip to content

Commit 5534e25

Browse files
committed
Fix lint for comment block
1 parent 3938a42 commit 5534e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Api/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ public function publicEvents($username)
241241
* @link https://docs.github.com/en/rest/reference/activity#list-events-for-the-authenticated-user
242242
*
243243
* @param string $username
244-
* @param int $page the page number of the paginated result set
245-
* @param int $perPage the number of results per page
244+
* @param int $page the page number of the paginated result set
245+
* @param int $perPage the number of results per page
246246
*
247247
* @return array
248248
*/

0 commit comments

Comments
 (0)