Code cleanup
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Kanboard\Controller;
|
namespace Kanboard\Controller;
|
||||||
|
|
||||||
use Kanboard\Model\NotificationType;
|
|
||||||
use Kanboard\Notification\Mail as MailNotification;
|
use Kanboard\Notification\Mail as MailNotification;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ namespace Kanboard\Core\Session;
|
|||||||
* @property array $flash
|
* @property array $flash
|
||||||
* @property array $csrf
|
* @property array $csrf
|
||||||
* @property array $postAuth
|
* @property array $postAuth
|
||||||
|
* @property array $filters
|
||||||
* @property string $redirectAfterLogin
|
* @property string $redirectAfterLogin
|
||||||
* @property string $captcha
|
* @property string $captcha
|
||||||
* @property string $commentSorting
|
* @property string $commentSorting
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ class Tool
|
|||||||
* @access public
|
* @access public
|
||||||
* @param Container $container
|
* @param Container $container
|
||||||
* @param array $namespaces
|
* @param array $namespaces
|
||||||
|
* @return Container
|
||||||
*/
|
*/
|
||||||
public static function buildDIC(Container $container, array $namespaces)
|
public static function buildDIC(Container $container, array $namespaces)
|
||||||
{
|
{
|
||||||
@@ -50,6 +51,8 @@ class Tool
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $container;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user