| 1 | <?php |
||
| 14 | class ComposerReview implements FileTool { |
||
| 15 | |||
| 16 | const NAME = 'composer_review'; |
||
| 17 | |||
| 18 | |||
| 19 | /** |
||
| 20 | * @inheritdoc |
||
| 21 | */ |
||
| 22 | 2 | public function getName() { |
|
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | public function getDescription() { |
||
| 33 | |||
| 34 | |||
| 35 | /** |
||
| 36 | * @inheritdoc |
||
| 37 | */ |
||
| 38 | public function canProcess(File $file) { |
||
| 41 | |||
| 42 | |||
| 43 | /** |
||
| 44 | * @inheritdoc |
||
| 45 | */ |
||
| 46 | 2 | public function process(File $file, Report $report) { |
|
| 65 | |||
| 66 | } |