Test Setup Failed
Pull Request — master (#31)
by Jeroen De
10:28
created
src/Setup.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.