Skip to content

Commit

Permalink
Fix PHPStan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Mar 20, 2024
1 parent 9b445b0 commit 7b4ed00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/OrderObjectHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ public function getAllowanceChargeReasonCodeType(?string $reason): ?object
/**
* Get contact type code type instance
*
* @param string|null $reason
* @param string|null $value
* @return object|null
*/
public function getContactTypeCodeType(?string $value): ?object
Expand All @@ -1445,7 +1445,7 @@ public function getContactTypeCodeType(?string $value): ?object
/**
* Get delivery terms code type instance
*
* @param string|null $reason
* @param string|null $value
* @return object|null
*/
public function getDeliveryTermsCodeType(?string $value): ?object
Expand All @@ -1460,7 +1460,7 @@ public function getDeliveryTermsCodeType(?string $value): ?object
/**
* Get delivery terms function code type instance
*
* @param string|null $reason
* @param string|null $value
* @return object|null
*/
public function getDeliveryTermsFunctionCodeType(?string $value): ?object
Expand All @@ -1475,7 +1475,7 @@ public function getDeliveryTermsFunctionCodeType(?string $value): ?object
/**
* Get line status code type instance
*
* @param string|null $reason
* @param string|null $value
* @return object|null
*/
public function getLineStatusCodeType(?string $value): ?object
Expand All @@ -1490,7 +1490,7 @@ public function getLineStatusCodeType(?string $value): ?object
/**
* Get package type code type instance
*
* @param string|null $reason
* @param string|null $value
* @return object|null
*/
public function getPackageTypeCodeType(?string $value): ?object
Expand All @@ -1505,7 +1505,7 @@ public function getPackageTypeCodeType(?string $value): ?object
/**
* Get payment means code type instance
*
* @param string|null $reason
* @param string|null $value
* @return object|null
*/
public function getPaymentMeansCodeType(?string $value): ?object
Expand All @@ -1520,7 +1520,7 @@ public function getPaymentMeansCodeType(?string $value): ?object
/**
* Get reference code type instance
*
* @param string|null $reason
* @param string|null $value
* @return object|null
*/
public function getReferenceCodeType(?string $value): ?object
Expand Down

0 comments on commit 7b4ed00

Please sign in to comment.