@@ -58,7 +58,7 @@ |
||
58 | 58 | protected function checkClassMap($classMap) |
59 | 59 | { |
60 | 60 | if (!isset($classMap[__CLASS__])) { |
61 | - throw new \Exception(sprintf('%s was not found in autoload class map, this usually indicates you '. |
|
61 | + throw new \Exception(sprintf('%s was not found in autoload class map, this usually indicates you ' . |
|
62 | 62 | 'need to dump an opimized autoloader (`composer dump-autoload -o`)', __CLASS__)); |
63 | 63 | } |
64 | 64 | } |