Skip to content

Commit 5005773

Browse files
committed
styleci fixes
1 parent 714798c commit 5005773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Github/Api/Repo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ public function readme($username, $repository, $format = 'raw', $dir = null, $pa
283283
*
284284
* @link https://developer.github.com/v3/repos/#create-a-repository-dispatch-event
285285
*
286-
* @param string $username the user who owns the repository
287-
* @param string $repository the name of the repository
288-
* @param string $eventType A custom webhook event name
286+
* @param string $username the user who owns the repository
287+
* @param string $repository the name of the repository
288+
* @param string $eventType A custom webhook event name
289289
* @param array|object $clientPayload The payload to pass to Github.
290290
*
291291
* @return mixed null on success, array on error with 'message'

0 commit comments

Comments
 (0)