Class PHPStan\Type\BenevolentUnionType

extends UnionType
Methods
Methods inherited from PHPStan\Type\UnionType
getTypes(), getReferencedClasses(), accepts(), isSuperTypeOf(), isSubTypeOf(), equals(), canAccessProperties(), hasProperty(), getProperty(), getUnresolvedPropertyPrototype(), canCallMethods(), hasMethod(), getMethod(), getUnresolvedMethodPrototype(), canAccessConstants(), hasConstant(), getConstant(), isIterable(), isIterableAtLeastOnce(), getIterableKeyType(), getIterableValueType(), isArray(), isOversizedArray(), isString(), isNumericString(), isNonEmptyString(), isNonFalsyString(), isLiteralString(), isOffsetAccessible(), hasOffsetValueType(), getOffsetValueType(), setOffsetValueType(), unsetOffset(), isCallable(), getCallableParametersAcceptors(), isCloneable(), isSmallerThan(), isSmallerThanOrEqual(), getSmallerType(), getSmallerOrEqualType(), getGreaterType(), getGreaterOrEqualType(), isGreaterThan(), isGreaterThanOrEqual(), toBoolean(), toNumber(), toString(), toInteger(), toFloat(), toArray(), getReferencedTemplateTypes(), tryRemove(),