Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
BolZer committed Mar 1, 2024
1 parent af9981c commit 1ffe0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zugferd211/Model/TradeAllowanceCharge.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class TradeAllowanceCharge
#[JMS\XmlList(entry: 'CategoryTradeTax', inline: true, namespace: 'urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100')]
public array $tradeTax = [];

/** @param array<TradeTax> $tradeTax */
public static function create(
Amount $actualAmount,
?Indicator $indicator = null,
Expand Down

0 comments on commit 1ffe0ae

Please sign in to comment.