We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b16e91 commit 84387b2Copy full SHA for 84387b2
app/code/Magento/Customer/Controller/Account/LoginPost.php
@@ -30,6 +30,8 @@
30
* Post login customer action.
31
*
32
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
33
+ * @SuppressWarnings(PHPMD.ElseExpression)
34
+ * phpcs:disable Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage
35
*/
36
class LoginPost extends AbstractAccount implements CsrfAwareActionInterface, HttpPostActionInterface
37
{
app/code/Magento/Customer/Model/ResourceModel/Visitor.php
@@ -7,10 +7,6 @@
7
8
namespace Magento\Customer\Model\ResourceModel;
9
10
-/**
11
- * Class Visitor
12
- * @package Magento\Customer\Model\ResourceModel
13
- */
14
class Visitor extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
15
16
/**
0 commit comments