| 1 | <?php |
||
| 12 | abstract class AbstractLineAfterOpenTag implements FileTool { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @return string* @inheritdoc |
||
|
|
|||
| 16 | */ |
||
| 17 | public function canProcess(FileInfo $file) { |
||
| 20 | |||
| 21 | |||
| 22 | /** |
||
| 23 | * @param FileInfo $file |
||
| 24 | * @return LineTokenData[] |
||
| 25 | */ |
||
| 26 | protected function getInvalidStartTokens(FileInfo $file) { |
||
| 55 | |||
| 56 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.