docs: Missing docblocks

This commit is contained in:
Pierre Rudloff 2019-04-22 00:05:53 +02:00
parent 5bae668652
commit 3b43018b29
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,9 @@ namespace Alltube;
use Slim\Http\Stream; use Slim\Http\Stream;
/**
* Class used to create a Zip archive from converted playlists entries.
*/
class ConvertedPlaylistArchiveStream extends PlaylistArchiveStream class ConvertedPlaylistArchiveStream extends PlaylistArchiveStream
{ {
/** /**

View file

@ -566,6 +566,8 @@ class Video
/** /**
* Get a HTTP response containing the video. * Get a HTTP response containing the video.
* *
* @param array $headers HTTP headers of the request
*
* @return Response * @return Response
*/ */
public function getHttpResponse(array $headers = []) public function getHttpResponse(array $headers = [])