Skip to content

Commit e713908

Browse files
author
Iltar van der Berg
committed
Fixed a typo in code example
1 parent 0ca2ba9 commit e713908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/controller/argument_value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ the current security token. This token can be retrieved from the token storage.:
109109
return false;
110110
}
111111

112-
$token = $this->tokenStorage->getToken()
112+
$token = $this->tokenStorage->getToken();
113113
return $token->getUser() instanceof User;
114114
}
115115

0 commit comments

Comments
 (0)