We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0ed681 + 5e9ac66 commit 2971f7fCopy full SHA for 2971f7f
EventListener/GuardListener.php
@@ -83,7 +83,7 @@ private function getVariables(GuardEvent $event): array
83
$token = $this->tokenStorage->getToken();
84
85
if (null === $token) {
86
- throw new InvalidTokenConfigurationException(sprintf('There are no tokens available for workflow %s.', $event->getWorkflowName()));
+ throw new InvalidTokenConfigurationException(sprintf('There are no tokens available for workflow "%s".', $event->getWorkflowName()));
87
}
88
89
if (method_exists($token, 'getRoleNames')) {
0 commit comments