Skip to content

Commit 7076b4e

Browse files
author
Sergey Semenov
committed
MAGETWO-36041: Magento\Framework\Data\Form does not accept data-mage-init parameter
1 parent 61e5f54 commit 7076b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Data/Form/AbstractForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ public function addColumn($elementId, $config)
208208
*
209209
* @param array $arrAttributes
210210
* @return array
211+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
211212
*/
212213
public function convertToArray(array $arrAttributes = [])
213214
{

0 commit comments

Comments
 (0)