style(styleci): Lint

This commit is contained in:
Pierre Rudloff 2019-04-22 21:08:36 +02:00
parent b7bcc24320
commit 84e9e86d28
4 changed files with 3 additions and 5 deletions

View file

@ -6,9 +6,9 @@
namespace Alltube\Controller;
use Alltube\Config;
use Alltube\Exception\PasswordException;
use Alltube\Locale;
use Alltube\LocaleManager;
use Alltube\Exception\PasswordException;
use Alltube\Video;
use Exception;
use Psr\Container\ContainerInterface;