Lint
This commit is contained in:
parent
8e6e88a2b2
commit
f475fa2a47
16 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue