mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix style
This commit is contained in:
parent
ec292f58dc
commit
8f504f9664
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user