File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Captcha/Observer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ public function __construct(
89
89
* @param \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository
90
90
* @return void
91
91
* @deprecated
92
+ * @SuppressWarnings(PHPMD.UnusedPrivateMethod)
92
93
*/
93
94
private function setCustomerRepository (\Magento \Customer \Api \CustomerRepositoryInterface $ customerRepository )
94
95
{
@@ -120,6 +121,7 @@ private function getCustomerRepository()
120
121
* @param AccountManagementHelper $accountManagementHelper
121
122
* @return void
122
123
* @deprecated
124
+ * @SuppressWarnings(PHPMD.UnusedPrivateMethod)
123
125
*/
124
126
private function setAccountManagementHelper (AccountManagementHelper $ accountManagementHelper )
125
127
{
You can’t perform that action at this time.
0 commit comments