| 1 | <?php |
||
| 11 | class LineBeforeClassEndReview extends AbstractLineBeforeClassEnd { |
||
| 12 | |||
| 13 | const NAME = 'php_line_before_class_end_review'; |
||
| 14 | |||
| 15 | |||
| 16 | /** |
||
| 17 | * @inheritdoc |
||
| 18 | */ |
||
| 19 | public function getName() { |
||
| 22 | |||
| 23 | |||
| 24 | /** |
||
| 25 | * @inheritdoc |
||
| 26 | */ |
||
| 27 | public function getDescription() { |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * @param File $file |
||
| 34 | * @param Report $report |
||
| 35 | * @void |
||
| 36 | */ |
||
| 37 | public function process(File $file, Report $report) { |
||
| 45 | |||
| 46 | } |