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

Add space

This commit is contained in:
Brown 2020-07-10 14:29:51 -04:00
parent 6aca4c169e
commit 4f872674f9

View File

@ -137,7 +137,7 @@ class ArrayFunctionArgumentsAnalyzer
$unpacked_args = array_filter(
$args,
function($arg) {
function ($arg) {
return $arg->unpack;
}
);