File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Webapi/Model/Authorization Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function __construct(
74
74
/**
75
75
* @inheritdoc
76
76
*/
77
- public function getUserId ()
77
+ public function getUserId () //phpcs:ignore CopyPaste
78
78
{
79
79
$ this ->processRequest ();
80
80
return $ this ->userId ;
@@ -83,7 +83,7 @@ public function getUserId()
83
83
/**
84
84
* @inheritdoc
85
85
*/
86
- public function getUserType ()
86
+ public function getUserType () //phpcs:ignore CopyPaste
87
87
{
88
88
$ this ->processRequest ();
89
89
return $ this ->userType ;
@@ -94,7 +94,7 @@ public function getUserType()
94
94
*
95
95
* @return void
96
96
*/
97
- protected function processRequest ()
97
+ protected function processRequest () //phpcs:ignore CopyPaste
98
98
{
99
99
if ($ this ->isRequestProcessed ) {
100
100
return ;
You can’t perform that action at this time.
0 commit comments