@@ -198,7 +198,7 @@ |
||
198 | 198 | } |
199 | 199 | |
200 | 200 | /** |
201 | - * @param $string |
|
201 | + * @param string $string |
|
202 | 202 | */ |
203 | 203 | public function notifySuccess($string) |
204 | 204 | { |
@@ -133,6 +133,9 @@ |
||
133 | 133 | return $reformattedParams; |
134 | 134 | } |
135 | 135 | |
136 | + /** |
|
137 | + * @param string $directory |
|
138 | + */ |
|
136 | 139 | public function getConfigFiles($directory) |
137 | 140 | { |
138 | 141 | return (new ConfigFileFinder())->discoverFiles($directory); |