mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Remove errant space
This commit is contained in:
parent
a31420be5b
commit
74246c1cf7
@ -1024,7 +1024,7 @@ abstract class FunctionLikeAnalyzer extends SourceAnalyzer implements Statements
|
||||
. $actual_type->getId() . ' type found. Use @param-out to specify '
|
||||
. 'a different output type',
|
||||
$stmt
|
||||
? new CodeLocation($this, $stmt )
|
||||
? new CodeLocation($this, $stmt)
|
||||
: $param->location
|
||||
),
|
||||
$statements_analyzer->getSuppressedIssues()
|
||||
|
Loading…
x
Reference in New Issue
Block a user