| 1 | <?php |
||
| 11 | class SpacesInEmptyLinesReview extends AbstractSpacesInEmptyLines { |
||
| 12 | |||
| 13 | const NAME = 'spaces_in_empty_lines_review'; |
||
| 14 | |||
| 15 | |||
| 16 | /** |
||
| 17 | * @inheritdoc |
||
| 18 | */ |
||
| 19 | public function getName() { |
||
| 22 | |||
| 23 | |||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getDescription() { |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | */ |
||
| 35 | public function process(File $file, Report $report) { |
||
| 63 | |||
| 64 | } |