Skip to content

Commit 61c2d6f

Browse files
author
Hugo Hamon
committed
[Config] removed extra whitespace.
1 parent fb4dea6 commit 61c2d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/Exception/FileLoaderLoadException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct($resource, $sourceResource = null, $code = null, $pr
3636
if ('@' === $resource[0]) {
3737
$parts = explode(DIRECTORY_SEPARATOR, $resource);
3838
$bundle = substr($parts[0], 1);
39-
$message .= ' '. sprintf('Make sure the "%s" bundle is correctly registered and loaded in the application kernel class.', $bundle);
39+
$message .= ' '.sprintf('Make sure the "%s" bundle is correctly registered and loaded in the application kernel class.', $bundle);
4040
}
4141

4242
parent::__construct($message, $code, $previous);

0 commit comments

Comments
 (0)