Skip to content

Commit f3d69fe

Browse files
ENGCOM-1544: [Backport] Corrected param in docblock #15183
2 parents f4e50a0 + 2fd2a53 commit f3d69fe

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)