1 | <?php |
||
11 | class LineEndingFixer extends LineEndingAbstract { |
||
12 | |||
13 | const NAME = 'line_ending_fixer'; |
||
14 | |||
15 | |||
16 | /** |
||
17 | * @codeCoverageIgnore |
||
18 | * @inheritdoc |
||
19 | */ |
||
20 | public function getName() { |
||
23 | |||
24 | |||
25 | /** |
||
26 | * @param File $file |
||
27 | * @param Report $report |
||
28 | * @void |
||
29 | */ |
||
30 | 4 | public function process(File $file, Report $report) { |
|
45 | |||
46 | } |