Completed
Push — master ( 9121ff...4c3b53 )
by Constantin
05:50
created
src/Gica/Cqrs/CodeGeneration/Traits/MapCodeGeneratorTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
46 46
         $this->log($outputFilePath, $files);
47 47
     }
48 48
 
49
+    /**
50
+     * @param string $outputFilePath
51
+     */
49 52
     abstract protected function log($outputFilePath);
50 53
 
51 54
     abstract protected function discover(string $searchDirectory): array;
Please login to merge, or discard this patch.