@@ -46,6 +46,9 @@ |
||
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; |