Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Github/Api/Repository/Contents.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function rm($username, $repository, $path, $message, $sha, $branch = null
* @param string $format format of archive: tarball or zipball
* @param null|string $reference reference to a branch or commit
*
* @return array information for archives
* @return string repository archive binary data
*/
public function archive($username, $repository, $format, $reference = null)
{
Expand Down