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