@@ -8,7 +8,6 @@ |
||
8 | 8 | * Write the configurations to dotenv files. |
9 | 9 | * |
10 | 10 | * @param array $config |
11 | - * @param string $file |
|
12 | 11 | * @return bool |
13 | 12 | */ |
14 | 13 | public function writeConfig(array $config, string $filePath) : bool; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | * Write the configurations to dotenv files. |
23 | 23 | * |
24 | 24 | * @param array $config |
25 | - * @param string $file |
|
26 | 25 | * @return bool |
27 | 26 | */ |
28 | 27 | public function writeConfig(array $config, string $filePath) : bool |