UnionTypeHelper - prevent infinite recursion #15344
Annotations
3 errors
PHPStan:
src/Type/UnionTypeHelper.php#L113
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
|
PHPStan:
src/Type/UnionTypeHelper.php#L114
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
|
PHPStan
Process completed with exit code 1.
|
Loading