We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00953bc commit 1204f23Copy full SHA for 1204f23
app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save.php
@@ -91,7 +91,7 @@ protected function _saveShipment($shipment)
91
* Save shipment
92
* We can save only new shipment. Existing shipments are not editable
93
*
94
- * @return \Magento\Backend\Model\View\Result\Redirect
+ * @return \Magento\Framework\Controller\ResultInterface
95
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
96
* @SuppressWarnings(PHPMD.NPathComplexity)
97
*/
0 commit comments