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