From 8bec71e641044facddfe321b3bdaf6d947bde848 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:50:49 +0200 Subject: [PATCH] Fixed magic methods docblock on the tax category type enum --- src/Taxes/Models/TaxCategoryType.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Taxes/Models/TaxCategoryType.php b/src/Taxes/Models/TaxCategoryType.php index acad6086b..e065c50cd 100644 --- a/src/Taxes/Models/TaxCategoryType.php +++ b/src/Taxes/Models/TaxCategoryType.php @@ -21,7 +21,8 @@ * @method static self PHYSICAL_GOODS() * @method static self DIGITAL_GOODS_AND_SERVICES() * @method static self TRANSPORT_SERVICES() - * @method static self STANDARD_SERVICES() + * @method static self LOCATION_TIED_SERVICES() + * @method static self INTANGIBLE_SERVICES() * @method static self REAL_ESTATE_SERVICES() * @method static self EVENT_RELATED_SERVICES() * @method static self TELECOM_SERVICES() @@ -30,7 +31,8 @@ * @method bool isPhysicalGoods() * @method bool isDigitalGoodsAndServices() * @method bool isTransportServices() - * @method bool isStandardServices() + * @method bool isLocationTiedServices() + * @method bool isIntangibleServices() * @method bool isRealEstateServices() * @method bool isEventRelatedServices() * @method bool isTelecomServices()