Docblocks

This commit is contained in:
Pierre Rudloff 2020-06-20 22:49:12 +02:00
parent d2cd370c82
commit 107b3f34bd
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,9 @@ use GuzzleHttp\Client;
use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ResponseInterface;
use Symfony\Component\Process\Process; use Symfony\Component\Process\Process;
/**
* Class used to call youtube-dl and download videos.
*/
class Downloader class Downloader
{ {

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* VideoDownload class. * Video class.
*/ */
namespace Alltube\Library; namespace Alltube\Library;