Code standards update

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

View File

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