Преглед на файлове

[Config] removed extra whitespace.

Hugo Hamon преди 14 години
родител
ревизия
61c2d6fec1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Symfony/Component/Config/Exception/FileLoaderLoadException.php

+ 1 - 1
src/Symfony/Component/Config/Exception/FileLoaderLoadException.php

@@ -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);