mirror of
https://github.com/danog/phpdoc-parser.git
synced 2025-01-22 22:01:36 +01:00
drop support for @returns tag (real-world usage is 0.031 %)
This commit is contained in:
parent
77302e9f47
commit
4a19e79b31
@ -92,7 +92,6 @@ class PhpDocParser
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case '@return':
|
case '@return':
|
||||||
case '@returns':
|
|
||||||
$tagValue = $this->parseReturnTagValue($tokens);
|
$tagValue = $this->parseReturnTagValue($tokens);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user