File: ShipStream/magento2-shipstream-sync/ShipStream/Sync/Model/ShipOrderInfo.php
Line: 66
Issue: $result variable is declared as empty array and then the if statement checks if the $result variable is empty. Above there is an variable called $shipments which is not used anywhere.
File: ShipStream/magento2-shipstream-sync/ShipStream/Sync/Model/ShipOrderInfo.php Line: 66 Issue: $result variable is declared as empty array and then the if statement checks if the $result variable is empty. Above there is an variable called $shipments which is not used anywhere.