Skip to content

Commit 8465bbb

Browse files
authored
Merge pull request KnpLabs#677 from ptrkcsk/fix-return-type
Fix return type
2 parents 2bc50c4 + b86a36c commit 8465bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repository/Contents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public function rm($username, $repository, $path, $message, $sha, $branch = null
247247
* @param string $format format of archive: tarball or zipball
248248
* @param null|string $reference reference to a branch or commit
249249
*
250-
* @return array information for archives
250+
* @return string repository archive binary data
251251
*/
252252
public function archive($username, $repository, $format, $reference = null)
253253
{

0 commit comments

Comments
 (0)