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:
parent
93b714d7c8
commit
30c6aa5c68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user