Skip to content

Commit d6248a2

Browse files
committed
Corrected params in comment block
1 parent f4aec5f commit d6248a2

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)