1 | <?php |
||
15 | final class EmptyLinesResizer |
||
16 | { |
||
17 | |||
18 | 3 | public static function resizeLines( |
|
31 | |||
32 | |||
33 | 3 | private static function reduceBlankLines(PHP_CodeSniffer_File $file, int $position, int $from, int $to) |
|
40 | |||
41 | |||
42 | 3 | private static function increaseBlankLines(PHP_CodeSniffer_File $file, int $position, int $from, int $to) |
|
48 | |||
49 | } |
||
50 |