feat: new checkout with delivery options works #36
Annotations
10 errors
Run phpstan:
classes/PaymentModule.php#L363
Variable $id_address might not be defined.
|
Run phpstan:
classes/PaymentModule.php#L764
Variable $order in isset() always exists and is not nullable.
|
Run phpstan:
classes/PaymentModule.php#L776
Variable $order on left side of ?? always exists and is not nullable.
|
Run phpstan:
classes/PaymentModule.php#L780
Variable $order in isset() always exists and is not nullable.
|
Run phpstan:
classes/PaymentModule.php#L1059
Result of && is always false.
|
Run phpstan:
classes/PaymentModule.php#L1059
Strict comparison using !== between null and null will always evaluate to false.
|
Run phpstan:
classes/PaymentModule.php#L1145
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#L50
Method DeliveryOptionsFinderCore::isFreeShipping() is unused.
|
Run phpstan:
classes/checkout/DeliveryOptionsFinder.php#L78
Unreachable statement - code above always terminates.
|
Loading