Skip to content

Commit b86a36c

Browse files
committed
Fix return type
1 parent 5419b5e commit b86a36c

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
@@ -245,7 +245,7 @@ public function rm($username, $repository, $path, $message, $sha, $branch = null
245245
* @param string $format format of archive: tarball or zipball
246246
* @param null|string $reference reference to a branch or commit
247247
*
248-
* @return array information for archives
248+
* @return string repository archive binary data
249249
*/
250250
public function archive($username, $repository, $format, $reference = null)
251251
{

0 commit comments

Comments
 (0)