1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

fix spacing

This commit is contained in:
orklah 2021-10-28 22:11:30 +02:00
parent b53138ebde
commit 67a3f3cd5c

View File

@ -609,7 +609,7 @@ class FunctionLikeNodeScanner
if ($param_storage->type && $var_comment_type) {
if (IssueBuffer::accepts(
new InvalidDocblock(
'Param' . $param_storage->name . ' of ' . $cased_function_id .
'Param ' . $param_storage->name . ' of ' . $cased_function_id .
' should be documented as a param or a property, not both',
new CodeLocation($this->file_scanner, $param, null, true)
)