@@ -35,7 +35,7 @@ |
||
35 | 35 | // If there is no 'use' statement for the className, then |
36 | 36 | // generate an effective classname from the namespace |
37 | 37 | if (!isset($this->classCache[$filename][$className])) { |
38 | - $this->classCache[$filename][$className] = $namespaceName . '\\' . $className; |
|
38 | + $this->classCache[$filename][$className] = $namespaceName.'\\'.$className; |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | fclose($handle); |