File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ public function getComments();
253
253
* @param \Magento\Sales\Api\Data\ShipmentCommentInterface[] $comments
254
254
* @return $this
255
255
*/
256
- public function setComments (array $ comments = null );
256
+ public function setComments ($ comments = null );
257
257
258
258
/**
259
259
* Sets the store ID for the shipment.
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ public function getComments()
733
733
* @param \Magento\Sales\Api\Data\ShipmentCommentInterface[] $comments
734
734
* @return $this
735
735
*/
736
- public function setComments (array $ comments = null )
736
+ public function setComments ($ comments = null )
737
737
{
738
738
return $ this ->setData (ShipmentInterface::COMMENTS , $ comments );
739
739
}
You can’t perform that action at this time.
0 commit comments