Skip to content

Commit b8c3218

Browse files
author
Roman Leshchenko
committed
MAGETWO-88005: Added necessary logic to action class for cookie messages behavior fix
1 parent 7e4ac41 commit b8c3218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Controller/Account/EditPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class EditPost extends \Magento\Customer\Controller\AbstractAccount
8383
* @param CustomerRepositoryInterface $customerRepository
8484
* @param Validator $formKeyValidator
8585
* @param CustomerExtractor $customerExtractor
86-
* @param Escaper $escaper|null
86+
* @param Escaper|null $escaper
8787
*/
8888
public function __construct(
8989
Context $context,

0 commit comments

Comments
 (0)