@@ -42,10 +42,10 @@ |
||
42 | 42 | public function addNamespace($prefix, $baseDir, $prepend = false) |
43 | 43 | { |
44 | 44 | // normalize namespace prefix |
45 | - $prefix = trim($prefix, '\\') . '\\'; |
|
45 | + $prefix = trim($prefix, '\\').'\\'; |
|
46 | 46 | |
47 | 47 | // normalize the base directory with a trailing separator |
48 | - $baseDir = rtrim($baseDir, DIRECTORY_SEPARATOR) . '/'; |
|
48 | + $baseDir = rtrim($baseDir, DIRECTORY_SEPARATOR).'/'; |
|
49 | 49 | |
50 | 50 | // initialize the namespace prefix array |
51 | 51 | if (isset($this->prefixes[$prefix]) === false) { |