feat: add new column in order_detail table for multicarrier #39
Annotations
10 errors
Run phpstan:
classes/PaymentModule.php#L345
Variable $package_list might not be defined.
|
Run phpstan:
classes/PaymentModule.php#L756
Variable $order in isset() always exists and is not nullable.
|
Run phpstan:
classes/PaymentModule.php#L768
Variable $order on left side of ?? always exists and is not nullable.
|
Run phpstan:
classes/PaymentModule.php#L772
Variable $order in isset() always exists and is not nullable.
|
Run phpstan:
classes/PaymentModule.php#L1051
Result of && is always false.
|
Run phpstan:
classes/PaymentModule.php#L1051
Strict comparison using !== between null and null will always evaluate to false.
|
Run phpstan:
classes/PaymentModule.php#L1137
Variable $order_detail might not be defined.
|
Run phpstan:
classes/checkout/DeliveryOptionsFinder.php#L34
Property DeliveryOptionsFinderCore::$objectPresenter is never read, only written.
|
Run phpstan:
classes/checkout/DeliveryOptionsFinder.php#L36
Property DeliveryOptionsFinderCore::$priceFormatter is never read, only written.
|
Run phpstan:
classes/checkout/DeliveryOptionsFinder.php#L50
Method DeliveryOptionsFinderCore::isFreeShipping() is unused.
|
Loading