mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
fix spacing
This commit is contained in:
parent
b53138ebde
commit
67a3f3cd5c
@ -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)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user