1
0
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:
Matthew Brown 2018-06-09 10:51:02 -04:00
parent 7a02d300d6
commit eae563e9e4

View File

@ -650,7 +650,7 @@ class CallChecker
/**
* @return string
*/
function(Type\Union $type) {
function (Type\Union $type) {
return (string) $type;
},
$generic_params