1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Remove line in block

This commit is contained in:
Brown 2020-03-10 13:29:39 -04:00
parent 3cf562125e
commit 8527bb9861

View File

@ -195,7 +195,6 @@ class DocComment
$last = false;
foreach ($lines as $k => $line) {
if (preg_match('/^[ \t]*\*?\s?@\w/i', $line)) {
$last = $k;
} elseif (preg_match('/^\s*\r?$/', $line)) {