Skip to content

Commit 22157c5

Browse files
committed
add space in error message
1 parent 1a049b7 commit 22157c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Security/FirewallAwareTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private function getForFirewall(): object
4141
if (!$this->locator->has($firewallName)) {
4242
$message = 'No '.$serviceIdentifier.' found for this firewall.';
4343
if (\defined(static::class.'::FIREWALL_OPTION')) {
44-
$message .= sprintf('Did you forget to add a "'.static::FIREWALL_OPTION.'" key under your "%s" firewall?', $firewallName);
44+
$message .= sprintf(' Did you forget to add a "'.static::FIREWALL_OPTION.'" key under your "%s" firewall?', $firewallName);
4545
}
4646

4747
throw new \LogicException($message);

0 commit comments

Comments
 (0)