| 1 | <?php |
||
| 10 | class ReplaceSpacesInEmptyLinesFixer extends AbstractSpacesInEmptyLines { |
||
| 11 | |||
| 12 | const NAME = 'spaces_in_empty_lines_fixes'; |
||
| 13 | |||
| 14 | |||
| 15 | /** |
||
| 16 | * @codeCoverageIgnore |
||
| 17 | * @inheritdoc |
||
| 18 | */ |
||
| 19 | public function getName() { |
||
| 22 | |||
| 23 | |||
| 24 | /** |
||
| 25 | * @codeCoverageIgnore |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | public function getDescription() { |
||
| 31 | |||
| 32 | |||
| 33 | /** |
||
| 34 | * @inheritdoc |
||
| 35 | */ |
||
| 36 | 3 | public function process(FileInfo $file, Report $report) { |
|
| 54 | |||
| 55 | } |
||
| 56 |