1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Add missing spaces

This commit is contained in:
Matt Brown 2018-02-26 11:09:17 -05:00
parent 93b714d7c8
commit 30c6aa5c68

View File

@ -377,7 +377,7 @@ class FunctionChecker extends FunctionLikeChecker
* @return Type\Union
* @psalm-suppress UnusedParam
*/
function(Type\Union $t) use ($inner_type) {
function (Type\Union $t) use ($inner_type) {
return clone $inner_type;
},
$array_arg_type->properties
@ -484,7 +484,7 @@ class FunctionChecker extends FunctionLikeChecker
* @return Type\Union
* @psalm-suppress UnusedParam
*/
function(Type\Union $t) use ($mapping_return_type) {
function (Type\Union $t) use ($mapping_return_type) {
return clone $mapping_return_type;
},
$array_arg_type->properties