mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
fix spacing
This commit is contained in:
parent
6394e2d548
commit
29f0159b21
@ -245,7 +245,7 @@ abstract class FunctionLikeStorage
|
||||
array_map(
|
||||
function (FunctionLikeParameter $param): string {
|
||||
$realType = $param->type ?: 'mixed';
|
||||
return " {$realType} \${$param->name}";
|
||||
return " {$realType} \${$param->name}";
|
||||
},
|
||||
$this->params
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user