| 1 | <?php |
||
| 13 | abstract class AbstractSpacesInEmptyLines implements FileTool { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @codeCoverageIgnore |
||
| 17 | * @param FileInfo $file |
||
| 18 | * @return boolean |
||
| 19 | */ |
||
| 20 | public function canProcess(FileInfo $file) { |
||
| 23 | |||
| 24 | |||
| 25 | /** |
||
| 26 | * @param FileInfo $file |
||
| 27 | * @return \Funivan\PhpTokenizer\Collection |
||
| 28 | */ |
||
| 29 | 3 | protected function findTokens(FileInfo $file) { |
|
| 45 | |||
| 46 | } |
||
| 47 |