mirror of
https://github.com/danog/phpdoc-parser.git
synced 2025-01-22 13:51:20 +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;
|
||||
|
||||
case '@return':
|
||||
case '@returns':
|
||||
$tagValue = $this->parseReturnTagValue($tokens);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user