Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/3.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Mar 11, 2023
2 parents f32412e + f475fa2 commit 2bef4d5
Show file tree
Hide file tree
Showing 18 changed files with 1,136 additions and 1,223 deletions.
1 change: 0 additions & 1 deletion classes/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/
class Config
{

/**
* youtube-dl binary path.
*
Expand Down
1 change: 0 additions & 1 deletion classes/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class ErrorHandler
{

/**
* Last resort if the error has not been caught by the Slim error handler for some reason.
* @param Throwable $e
Expand Down
1 change: 0 additions & 1 deletion classes/Exception/ConfigException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
*/
class ConfigException extends Exception
{

}
1 change: 0 additions & 1 deletion classes/Exception/DependencyException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
*/
class DependencyException extends Exception
{

}
1 change: 0 additions & 1 deletion classes/Factory/ConfigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class ConfigFactory
{

/**
* @param Container $container
* @return Config
Expand Down
1 change: 0 additions & 1 deletion classes/Factory/DebugBarFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
class DebugBarFactory
{

/**
* @param Container $container
* @return DebugBar
Expand Down
1 change: 0 additions & 1 deletion classes/Factory/LocaleManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/
class LocaleManagerFactory
{

/**
* @param Container $container
* @return LocaleManager
Expand Down
1 change: 0 additions & 1 deletion classes/Factory/LoggerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
class LoggerFactory
{

/**
* @param Container $container
* @return LoggerManager
Expand Down
1 change: 0 additions & 1 deletion classes/Factory/SessionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
class SessionFactory
{

/**
* Get the current session.
*
Expand Down
1 change: 0 additions & 1 deletion classes/Factory/ViewFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/
class ViewFactory
{

/**
* @param Uri $uri
* @return Uri
Expand Down
1 change: 0 additions & 1 deletion classes/LocaleManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
class LocaleManager
{

/**
* Path to locales.
*/
Expand Down
1 change: 0 additions & 1 deletion classes/Middleware/CspMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
class CspMiddleware
{

/**
* @var Config
*/
Expand Down
1 change: 0 additions & 1 deletion classes/Middleware/LinkHeaderMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class LinkHeaderMiddleware
{

/**
* @param Request $request
* @param Response $response
Expand Down
1 change: 0 additions & 1 deletion classes/Robo/Plugin/Commands/ReleaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class ReleaseCommand extends Tasks
{

/**
* Create release archive
* @return void
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit 2bef4d5

Please sign in to comment.