docs: Missing docblocks
This commit is contained in:
parent
5bae668652
commit
3b43018b29
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,9 @@ namespace Alltube;
|
|||
|
||||
use Slim\Http\Stream;
|
||||
|
||||
/**
|
||||
* Class used to create a Zip archive from converted playlists entries.
|
||||
*/
|
||||
class ConvertedPlaylistArchiveStream extends PlaylistArchiveStream
|
||||
{
|
||||
/**
|
||||
|
|
|
@ -566,6 +566,8 @@ class Video
|
|||
/**
|
||||
* Get a HTTP response containing the video.
|
||||
*
|
||||
* @param array $headers HTTP headers of the request
|
||||
*
|
||||
* @return Response
|
||||
*/
|
||||
public function getHttpResponse(array $headers = [])
|
||||
|
|
Loading…
Reference in a new issue