style(styleci): Lint

This commit is contained in:
Pierre Rudloff 2019-04-22 17:04:59 +02:00
parent 1387d836dc
commit bba2087a55
8 changed files with 2 additions and 30 deletions

View file

@ -11,7 +11,6 @@ use Alltube\Video;
use Aura\Session\Segment;
use Psr\Container\ContainerInterface;
use Slim\Http\Request;
use Slim\Http\Response;
/**
* Abstract class used by every controller.

View file

@ -6,7 +6,6 @@
namespace Alltube\Controller;
use Alltube\Config;
use Alltube\EmptyUrlException;
use Alltube\Locale;
use Alltube\LocaleManager;
use Alltube\PasswordException;
@ -16,7 +15,6 @@ use Psr\Container\ContainerInterface;
use Slim\Container;
use Slim\Http\Request;
use Slim\Http\Response;
use Slim\Http\Stream;
use Slim\Views\Smarty;
/**