Test Failed
Pull Request — master (#17)
by Yo
02:38
created
src/Application/Writer/ConfigurationWriterInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,9 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.