Lint
This commit is contained in:
parent
a6447e9813
commit
d4f5f93c2d
7 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* Config class.
|
||||
*/
|
||||
|
||||
namespace Alltube;
|
||||
|
||||
use Symfony\Component\Yaml\Yaml;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* PasswordException class.
|
||||
*/
|
||||
|
||||
namespace Alltube;
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* VideoDownload class.
|
||||
*/
|
||||
|
||||
namespace Alltube;
|
||||
|
||||
use Chain\Chain;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* FrontController class.
|
||||
*/
|
||||
|
||||
namespace Alltube\Controller;
|
||||
|
||||
use Alltube\Config;
|
||||
|
|
|
@ -19,7 +19,6 @@ $container['view'] = function ($c) {
|
|||
|
||||
$view->registerPlugin('modifier', 'noscheme', 'Smarty_Modifier_noscheme');
|
||||
|
||||
|
||||
return $view;
|
||||
};
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* ConfigTest class.
|
||||
*/
|
||||
|
||||
namespace Alltube\Test;
|
||||
|
||||
use Alltube\Config;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* VideoDownloadTest class.
|
||||
*/
|
||||
|
||||
namespace Alltube\Test;
|
||||
|
||||
use Alltube\Config;
|
||||
|
|
Loading…
Reference in a new issue