Lint
This commit is contained in:
parent
8e6e88a2b2
commit
f475fa2a47
16 changed files with 0 additions and 16 deletions
|
@ -19,7 +19,6 @@ use Jawira\CaseConverter\Convert;
|
|||
*/
|
||||
class Config
|
||||
{
|
||||
|
||||
/**
|
||||
* youtube-dl binary path.
|
||||
*
|
||||
|
|
|
@ -12,7 +12,6 @@ use Throwable;
|
|||
*/
|
||||
class ErrorHandler
|
||||
{
|
||||
|
||||
/**
|
||||
* Last resort if the error has not been caught by the Slim error handler for some reason.
|
||||
* @param Throwable $e
|
||||
|
|
|
@ -10,5 +10,4 @@ use Exception;
|
|||
*/
|
||||
class ConfigException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -10,5 +10,4 @@ use Exception;
|
|||
*/
|
||||
class DependencyException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@ use Symfony\Component\ErrorHandler\Debug;
|
|||
*/
|
||||
class ConfigFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* @param Container $container
|
||||
* @return Config
|
||||
|
|
|
@ -18,7 +18,6 @@ use Slim\Container;
|
|||
*/
|
||||
class DebugBarFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* @param Container $container
|
||||
* @return DebugBar
|
||||
|
|
|
@ -13,7 +13,6 @@ use Slim\Container;
|
|||
*/
|
||||
class LocaleManagerFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* @param Container $container
|
||||
* @return LocaleManager
|
||||
|
|
|
@ -15,7 +15,6 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
*/
|
||||
class LoggerFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* @param Container $container
|
||||
* @return LoggerManager
|
||||
|
|
|
@ -15,7 +15,6 @@ use Slim\Container;
|
|||
*/
|
||||
class SessionFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* Get the current session.
|
||||
*
|
||||
|
|
|
@ -20,7 +20,6 @@ use SmartyException;
|
|||
*/
|
||||
class ViewFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* @param Uri $uri
|
||||
* @return Uri
|
||||
|
|
|
@ -17,7 +17,6 @@ use Symfony\Component\Translation\Loader\PoFileLoader;
|
|||
*/
|
||||
class LocaleManager
|
||||
{
|
||||
|
||||
/**
|
||||
* Path to locales.
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,6 @@ use Slim\Http\Response;
|
|||
*/
|
||||
class CspMiddleware
|
||||
{
|
||||
|
||||
/**
|
||||
* @var Config
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,6 @@ use Slim\Http\Response;
|
|||
*/
|
||||
class LinkHeaderMiddleware
|
||||
{
|
||||
|
||||
/**
|
||||
* @param Request $request
|
||||
* @param Response $response
|
||||
|
|
|
@ -14,7 +14,6 @@ use Robo\Tasks;
|
|||
*/
|
||||
class ReleaseCommand extends Tasks
|
||||
{
|
||||
|
||||
/**
|
||||
* Create release archive
|
||||
* @return void
|
||||
|
|
|
@ -14,7 +14,6 @@ use Alltube\Exception\ConfigException;
|
|||
*/
|
||||
class ConfigTest extends BaseTest
|
||||
{
|
||||
|
||||
/**
|
||||
* Test the getInstance function.
|
||||
*
|
||||
|
|
|
@ -17,7 +17,6 @@ use SmartyException;
|
|||
*/
|
||||
class ConvertedPlaylistArchiveStreamTest extends StreamTest
|
||||
{
|
||||
|
||||
/**
|
||||
* Prepare tests.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue