Skip to content

Commit 66d688d

Browse files
committed
CABPI-396: Change public methods that are used only inside the class to private
1 parent e18c90d commit 66d688d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/AdminAdobeIms/Plugin/RemovePasswordAndUserConfirmationFormFieldsPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function __construct(ImsConfig $adminImsConfig)
3333
* @param WidgetForm $subject
3434
* @param DataForm $result
3535
* @return DataForm
36+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
3637
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
3738
*/
3839
public function afterGetForm(WidgetForm $subject, DataForm $result): DataForm

0 commit comments

Comments
 (0)