Skip to content

Commit 058fa39

Browse files
committed
CABPI-227: Fix static-tests
1 parent 2657b00 commit 058fa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(
3232
* Return current password or at least empty string and not null
3333
*
3434
* This plugin is required, because \Magento\User\Model\User::_getEncodedPassword
35-
* will throw an error, when password is null
35+
* will throw an error, when password is null
3636
*
3737
* @param User $subject
3838
* @param string|null $result

0 commit comments

Comments
 (0)