1 | <?php |
||
13 | abstract class AbstractLineAfterOpenTag implements FileTool { |
||
14 | |||
15 | /** |
||
16 | * @inheritdoc |
||
17 | */ |
||
18 | public function canProcess(File $file) { |
||
21 | |||
22 | |||
23 | /** |
||
24 | * @param Collection $collection |
||
25 | * @return LineTokenData[] |
||
26 | */ |
||
27 | 13 | protected function getInvalidStartTokens(Collection $collection) { |
|
57 | |||
58 | } |