This commit is contained in:
Pierre Rudloff 2023-03-03 00:18:00 +01:00
parent 8e6e88a2b2
commit f475fa2a47
No known key found for this signature in database
16 changed files with 0 additions and 16 deletions

View file

@ -14,7 +14,6 @@ use Symfony\Component\ErrorHandler\Debug;
*/
class ConfigFactory
{
/**
* @param Container $container
* @return Config

View file

@ -18,7 +18,6 @@ use Slim\Container;
*/
class DebugBarFactory
{
/**
* @param Container $container
* @return DebugBar

View file

@ -13,7 +13,6 @@ use Slim\Container;
*/
class LocaleManagerFactory
{
/**
* @param Container $container
* @return LocaleManager

View file

@ -15,7 +15,6 @@ use Symfony\Component\Console\Output\OutputInterface;
*/
class LoggerFactory
{
/**
* @param Container $container
* @return LoggerManager

View file

@ -15,7 +15,6 @@ use Slim\Container;
*/
class SessionFactory
{
/**
* Get the current session.
*

View file

@ -20,7 +20,6 @@ use SmartyException;
*/
class ViewFactory
{
/**
* @param Uri $uri
* @return Uri