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

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Mar 2, 2023
1 parent 8e6e88a commit f475fa2
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 16 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
1 change: 0 additions & 1 deletion tests/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class ConfigTest extends BaseTest
{

/**
* Test the getInstance function.
*
Expand Down
1 change: 0 additions & 1 deletion tests/ConvertedPlaylistArchiveStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
class ConvertedPlaylistArchiveStreamTest extends StreamTest
{

/**
* Prepare tests.
*
Expand Down

0 comments on commit f475fa2

Please sign in to comment.