Skip to content

Commit

Permalink
Add missing PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Sep 28, 2015
1 parent a74c90e commit b771bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TarStreamer.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function __construct($options = []){
*
* @param string $archiveName Filename of archive to be created (optional, default 'archive.tar')
* @param string $contentType Content mime type to be set (optional, default 'application/x-tar')
* @throws \Exception
*/
public function sendHeaders($archiveName = 'archive.tar', $contentType = 'application/x-tar'){
$encodedArchiveName = rawurlencode($archiveName);
Expand Down

0 comments on commit b771bbb

Please sign in to comment.