@@ -40,7 +40,7 @@ |
||
40 | 40 | */ |
41 | 41 | public function __construct($path = '.') |
42 | 42 | { |
43 | - parent::__construct(realpath(__DIR__ . '/../')); |
|
43 | + parent::__construct(realpath(__DIR__.'/../')); |
|
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |