mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fixed PHPCS errors for CommentAnalyzer (Multi-line function calls must have a trailing comma after the last parameter).
This commit is contained in:
parent
65ad2f829e
commit
8d76314a48
@ -333,7 +333,7 @@ class CommentAnalyzer
|
||||
$i = strpos($return_block, "\n", $i);
|
||||
if ($i === false) {
|
||||
throw new IncorrectDocblockException(
|
||||
'Comment lines must be terminated with a new line character (\\n).'
|
||||
'Comment lines must be terminated with a new line character (\\n).',
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user