Completed
Pull Request — master (#41)
by Lars
03:14
created
src/DirectoryConverter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
46 46
         $this->logger = $output;
47 47
     }
48 48
 
49
+    /**
50
+     * @param string $target
51
+     */
49 52
     public function log($sourceItem, $target)
50 53
     {
51 54
         if ($this->logger === null) {
Please login to merge, or discard this patch.