Skip to content

Commit a068d5c

Browse files
committed
cs
1 parent 6557c72 commit a068d5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Github/Api/Repo.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public function readme($username, $repository, $format = 'raw')
277277
}
278278

279279
/**
280-
* Create a repository dispatch event
280+
* Create a repository dispatch event.
281281
*
282282
* @link https://developer.github.com/v3/repos/#create-a-repository-dispatch-event
283283
*
@@ -295,7 +295,6 @@ public function dispatch($username, $repository, $eventType, array $clientPayloa
295295
]);
296296
}
297297

298-
299298
/**
300299
* Manage the collaborators of a repository.
301300
*

0 commit comments

Comments
 (0)