Merge branch 'release/3.1.1'
This commit is contained in:
commit
2bef4d551d
18 changed files with 1142 additions and 1229 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
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"zonuexe/http-accept-language": "^0.4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"consolidation/robo": "^2.1",
|
||||
"consolidation/robo": "^3.0",
|
||||
"enlightn/security-checker": "^1.4",
|
||||
"ergebnis/composer-normalize": "^2.20",
|
||||
"insite/composer-dangling-locked-deps": "^0.2.1",
|
||||
|
@ -88,6 +88,7 @@
|
|||
"ergebnis/composer-normalize": true,
|
||||
"insite/composer-dangling-locked-deps": true,
|
||||
"oomphinc/composer-installers-extender": true,
|
||||
"php-http/discovery": true,
|
||||
"phpro/grumphp": true
|
||||
},
|
||||
"platform": {
|
||||
|
|
2352
composer.lock
generated
2352
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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