Ondřej Bouda

Results 2 issues of Ondřej Bouda

`foo() ?? $bar` becomes `!is_null(foo()) ? foo() : $bar` foo() is called twice. This could have side effects.

`function (string $foo) {}` should become `function ($foo) { $foo = (string) $foo; }`