Skip to content

Commit 84387b2

Browse files
committed
ACP2E-1972: static errors
1 parent 3b16e91 commit 84387b2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* Post login customer action.
3131
*
3232
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
33+
* @SuppressWarnings(PHPMD.ElseExpression)
34+
* phpcs:disable Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage
3335
*/
3436
class LoginPost extends AbstractAccount implements CsrfAwareActionInterface, HttpPostActionInterface
3537
{

app/code/Magento/Customer/Model/ResourceModel/Visitor.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
namespace Magento\Customer\Model\ResourceModel;
99

10-
/**
11-
* Class Visitor
12-
* @package Magento\Customer\Model\ResourceModel
13-
*/
1410
class Visitor extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1511
{
1612
/**

0 commit comments

Comments
 (0)