This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Shipping/Controller/Adminhtml/Order Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public function create(
111
111
* Translate OrderItemInterface array to product id => product quantity array.
112
112
*
113
113
* @param OrderItemInterface[] $items
114
- * @return array
114
+ * @return int[]
115
115
*/
116
116
private function getQuantitiesFromOrderItems (array $ items )
117
117
{
@@ -128,7 +128,7 @@ private function getQuantitiesFromOrderItems(array $items)
128
128
* Translate ShipmentItemCreationInterface array to product id => product quantity array.
129
129
*
130
130
* @param ShipmentItemCreationInterface[] $items
131
- * @return array
131
+ * @return int[]
132
132
*/
133
133
private function getQuantitiesFromShipmentItems (array $ items )
134
134
{
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ private function getTrackingArray()
191
191
* Extract product id => product quantity array from shipment data.
192
192
*
193
193
* @param array $shipmentData
194
- * @return array
194
+ * @return int[]
195
195
*/
196
196
private function getShipmentItems (array $ shipmentData )
197
197
{
You can’t perform that action at this time.
0 commit comments