Skip to content

Commit 2d0007f

Browse files
ENGCOM-1405: Corrected @param in comment block #14892
- Merge Pull Request #14892 from Yogeshks/magento2:2.2-develop - Merged commits: 1. 8448ea4
2 parents e49ccf7 + 8448ea4 commit 2d0007f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field

1 file changed

+1
-1
lines changed

app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Export extends \Magento\Framework\Data\Form\Element\AbstractElement
2121
* @param \Magento\Framework\Data\Form\Element\Factory $factoryElement
2222
* @param \Magento\Framework\Data\Form\Element\CollectionFactory $factoryCollection
2323
* @param \Magento\Framework\Escaper $escaper
24-
* @param \Magento\Backend\Helper\Data $helper
24+
* @param \Magento\Backend\Model\UrlInterface $backendUrl
2525
* @param array $data
2626
*/
2727
public function __construct(

0 commit comments

Comments
 (0)