Skip to content

Commit

Permalink
Fixed magic methods docblock on the tax category type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 24, 2024
1 parent 1a15225 commit 8bec71e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Taxes/Models/TaxCategoryType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand Down

0 comments on commit 8bec71e

Please sign in to comment.