Skip to content

Commit dd80c0c

Browse files
author
Jeroen
authored
Remove strict return type
1 parent 24f4d9a commit dd80c0c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment

1 file changed

+1
-1
lines changed

app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/AddTrack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function __construct(
8080
*
8181
* @return ResultInterface
8282
*/
83-
public function execute(): ResultInterface
83+
public function execute()
8484
{
8585
try {
8686
$carrier = $this->getRequest()->getPost('carrier');

0 commit comments

Comments
 (0)