1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix lagging comma

This commit is contained in:
Matthew Brown 2020-02-16 18:26:24 -05:00
parent 196a0a5c4e
commit d281a6796b

View File

@ -119,7 +119,7 @@ abstract class CodeIssue
$snippet_bounds[0],
$snippet_bounds[1],
$location->getColumn(),
$location->getEndColumn(),
$location->getEndColumn()
);
}
}