Magento Coding Standard (PHPCS) report for aimanecouissi/module-customer-account-password-change-admin-ui ========================================================================================================= Package version: 1.0.0 | Magento: 2.4.9 | Tested: 2026-06-01 5 warnings in 2 files Plugin/Magento/Customer/Api/CustomerRepositoryInterfacePlugin.php 27:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 30:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 31:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 41:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) view/base/web/template/form/element/password.html 1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)