Minor fixes

This commit is contained in:
Frederic Guillot
2016-01-11 21:54:52 -05:00
parent 9a661a5e9e
commit e31185a2bd
4 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ namespace Kanboard\Core\Session;
* @property bool $hasSubtaskInProgress
* @property bool $hasRememberMe
* @property bool $boardCollapsed
* @property bool $twoFactorBeforeCodeCalled
* @property string $twoFactorSecret
*/
class SessionStorage
{