MOL-1225: add batch shipments to administration #1384
pr_pipe.yml
on: pull_request
Install Dependencies
1m 12s
Build Plugin
6m 38s
Test Plugin Configuration
12s
Test Plugin Snippets
15s
ESLint
11s
Stylelint
10s
PHP Syntax Checks
18s
PHP 7.2 Compatibility
36s
PHPStan
31s
PHP CS Fixer
26s
Matrix: e2e
Mutation Tests
0s
Stryker Tests
49s
Annotations
13 errors
Stylelint
Process completed with exit code 2.
|
PHPUnit
Process completed with exit code 2.
|
PHPStan:
src/Components/ShipmentManager/ShipmentManager.php#L136
Cannot call method first() on Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryCollection|null.
|
PHPStan:
src/Components/ShipmentManager/ShipmentManager.php#L196
Cannot call method first() on Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryCollection|null.
|
PHPStan:
src/Components/ShipmentManager/ShipmentManager.php#L249
Cannot call method getCarrier() on Kiener\MolliePayments\Components\ShipmentManager\Models\TrackingData|null.
|
PHPStan:
src/Components/ShipmentManager/ShipmentManager.php#L249
Cannot call method getCode() on Kiener\MolliePayments\Components\ShipmentManager\Models\TrackingData|null.
|
PHPStan:
src/Components/ShipmentManager/ShipmentManager.php#L249
Cannot call method getTrackingUrl() on Kiener\MolliePayments\Components\ShipmentManager\Models\TrackingData|null.
|
PHPStan:
src/Components/ShipmentManager/ShipmentManager.php#L295
Argument of an invalid type Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryCollection|null supplied for foreach, only iterables are supported.
|
PHPStan:
src/Controller/Api/Order/ShippingControllerBase.php#L93
Method Kiener\MolliePayments\Components\ShipmentManager\ShipmentManager::shipOrder() invoked with 6 parameters, 4 required.
|
PHPStan:
src/Controller/Api/Order/ShippingControllerBase.php#L148
Method Kiener\MolliePayments\Components\ShipmentManager\ShipmentManager::shipItem() invoked with 7 parameters, 5 required.
|
PHPStan:
src/Helper/DeliveryStateHelper.php#L22
Property Kiener\MolliePayments\Helper\DeliveryStateHelper::$deliveryService is never read, only written.
|
PHPStan:
src/Helper/DeliveryStateHelper.php#L25
Property Kiener\MolliePayments\Helper\DeliveryStateHelper::$stateMachineRegistry is never read, only written.
|
Build Plugin
Process completed with exit code 2.
|