Code standards update

This commit is contained in:
GDIBass 2017-08-16 23:27:57 +00:00
parent b044ffb4a2
commit 324c208e12

View File

@ -56,8 +56,8 @@ class GuardListener
{
$token = $this->tokenStorage->getToken();
if($token == null) {
$token = new AnonymousToken('secret','anon',[]);
if ($token == null) {
$token = new AnonymousToken('secret', 'anon', array());
$this->tokenStorage->setToken($token);
}