Skip to content

Commit

Permalink
[Config] removed extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hamon committed Jul 1, 2011
1 parent fb4dea6 commit 61c2d6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public function __construct($resource, $sourceResource = null, $code = null, $pr
if ('@' === $resource[0]) {
$parts = explode(DIRECTORY_SEPARATOR, $resource);
$bundle = substr($parts[0], 1);
$message .= ' '. sprintf('Make sure the "%s" bundle is correctly registered and loaded in the application kernel class.', $bundle);
$message .= ' '.sprintf('Make sure the "%s" bundle is correctly registered and loaded in the application kernel class.', $bundle);
}

parent::__construct($message, $code, $previous);
Expand Down

0 comments on commit 61c2d6f

Please sign in to comment.