| @@ -50,7 +50,7 @@ | ||
| 50 | 50 | * | 
| 51 | 51 | * @param Container $app | 
| 52 | 52 | * @param Filesystem $filesystem | 
| 53 | - * @param array $configure | |
| 53 | + * @param string[] $configure | |
| 54 | 54 | */ | 
| 55 | 55 | public function __construct(Container $app, Filesystem $filesystem, array $configure) | 
| 56 | 56 |      { | 
| @@ -31,7 +31,7 @@ | ||
| 31 | 31 | protected $config; | 
| 32 | 32 | |
| 33 | 33 | /** | 
| 34 | - * @param array $config | |
| 34 | + * @param string[] $config | |
| 35 | 35 | */ | 
| 36 | 36 | public function __construct(array $config) | 
| 37 | 37 |      { |