| @@ -30,6 +30,9 @@ | ||
| 30 | 30 | protected $file; | 
| 31 | 31 | protected $path; | 
| 32 | 32 | |
| 33 | + /** | |
| 34 | + * @param string $path | |
| 35 | + */ | |
| 33 | 36 |  	public function __construct($file, $path){ | 
| 34 | 37 | $this->file = $file; | 
| 35 | 38 | $this->path = $path; | 
| @@ -50,7 +50,7 @@ | ||
| 50 | 50 | |
| 51 | 51 | /** | 
| 52 | 52 | * expected items in the core | 
| 53 | - * @return array | |
| 53 | + * @return string[] | |
| 54 | 54 | */ | 
| 55 | 55 |  	public function getRootDirContent(){ | 
| 56 | 56 | return [ | 
| @@ -30,6 +30,9 @@ | ||
| 30 | 30 | protected $file; | 
| 31 | 31 | protected $path; | 
| 32 | 32 | |
| 33 | + /** | |
| 34 | + * @param string $path | |
| 35 | + */ | |
| 33 | 36 |  	public function __construct($file, $path){ | 
| 34 | 37 | $this->file = $file; | 
| 35 | 38 | $this->path = $path; |