| 1 | <?php |
||
| 10 | class EscapedStringParser implements ParserInterface |
||
| 11 | { |
||
| 12 | const CLOSE_STRING_LENGTH = 2; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * parse given `$source` as escaped string |
||
| 16 | * |
||
| 17 | * @param Source $source parser input |
||
| 18 | * @return array() |
||
|
|
|||
| 19 | * @throws UnserializeFailedException |
||
| 20 | */ |
||
| 21 | 22 | public function parse(Source $source) |
|
| 36 | } |
||
| 37 |
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.