mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix space after function
This commit is contained in:
parent
7a02d300d6
commit
eae563e9e4
@ -650,7 +650,7 @@ class CallChecker
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
function(Type\Union $type) {
|
||||
function (Type\Union $type) {
|
||||
return (string) $type;
|
||||
},
|
||||
$generic_params
|
||||
|
Loading…
x
Reference in New Issue
Block a user