style(styleci): Lint

This commit is contained in:
Pierre Rudloff 2019-04-22 17:04:59 +02:00
parent 1387d836dc
commit bba2087a55
8 changed files with 2 additions and 30 deletions

View file

@ -13,7 +13,6 @@ use Aura\Session\SessionFactory;
*/
class SessionManager
{
/**
* Current session.
*
@ -32,6 +31,7 @@ class SessionManager
$session_factory = new SessionFactory();
self::$session = $session_factory->newInstance($_COOKIE);
}
return self::$session;
}
}