@@ -6,8 +6,9 @@ |
||
| 6 | 6 | interface ConfigurationFileWriterInterface |
| 7 | 7 | { |
| 8 | 8 | /** |
| 9 | - * @param ConfigurationFile $configuration |
|
| 9 | + * @param ConfigurationFile $configurationFile |
|
| 10 | 10 | * @param string $destinationPath |
| 11 | + * @return void |
|
| 11 | 12 | */ |
| 12 | 13 | public function write(ConfigurationFile $configurationFile, $destinationPath); |
| 13 | 14 | } |