[Config] removed extra whitespace.

This commit is contained in:
Hugo Hamon 2011-07-01 09:35:17 +02:00
parent fb4dea6015
commit 61c2d6fec1

View File

@ -36,7 +36,7 @@ class FileLoaderLoadException extends \Exception
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);