Commit 9ec518a
Handle multiline descriptions for @return and other tags
Extended the fix to handle multiline descriptions for all docblock tags
(@return, @throws, etc.), not just @param. Removed the 'param' === $param_name
check so any tag with a description can span multiple lines.
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>1 parent 4f9bc64 commit 9ec518a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
816 | | - | |
| 815 | + | |
| 816 | + | |
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| |||
0 commit comments