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:
parent
196a0a5c4e
commit
d281a6796b
@ -119,7 +119,7 @@ abstract class CodeIssue
|
||||
$snippet_bounds[0],
|
||||
$snippet_bounds[1],
|
||||
$location->getColumn(),
|
||||
$location->getEndColumn(),
|
||||
$location->getEndColumn()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user