1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix style

This commit is contained in:
Matthew Brown 2019-12-30 16:42:34 -05:00
parent ec292f58dc
commit 8f504f9664

View File

@ -28,7 +28,7 @@ class ExplodeReturnTypeProvider implements \Psalm\Plugin\Hook\FunctionReturnType
return Type::getMixed();
}
if (count($call_args) >= 2) {
if (\count($call_args) >= 2) {
$can_return_empty = isset($call_args[2])
&& (
!$call_args[2]->value instanceof PhpParser\Node\Scalar\LNumber