@@ -24,6 +24,9 @@ |
||
24 | 24 | private $gitHubUrl = 'https://cdn.rawgit.com'; |
25 | 25 | private $gitHubFetcher = 'simple'; |
26 | 26 | |
27 | + /** |
|
28 | + * @param string $rootDirectory |
|
29 | + */ |
|
27 | 30 | public function __construct( &$globals, $rootDirectory ) { |
28 | 31 | $this->globals =& $globals; |
29 | 32 | $this->rootDirectory = $rootDirectory; |