PHPStan\Type\Type::combineWith PHP Method

combineWith() public method

public combineWith ( PHPStan\Type\Type $otherType ) : PHPStan\Type\Type
$otherType PHPStan\Type\Type
return PHPStan\Type\Type
    public function combineWith(Type $otherType) : Type;