8000 Code standards update · symfony/symfony@324c208 · GitHub
[go: up one dir, main page]

Skip to content

Commit 324c208

Browse files
committed
Code standards update
1 parent b044ffb commit 324c208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Workflow/EventListener/GuardListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ private function getVariables(GuardEvent $event)
5656
{
5757
$token = $this->tokenStorage->getToken();
5858

59-
if($token == null) {
60-
$token = new AnonymousToken('secret','anon',[]);
59+
if ($token == null) {
60+
$token = new AnonymousToken('secret', 'anon', array());
6161
$this->tokenStorage->setToken($token);
6262
}
6363

0 commit comments

Comments
 (0)
0