Skip to content

Commit 30273c6

Browse files
p-bystritskyDharmeshvaja91
authored andcommitted
ENGCOM-3980: Static test fix.
1 parent a47ea38 commit 30273c6

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

app/code/Magento/Paypal/Controller/Transparent/RequestSecureToken.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ public function execute()
106106
}
107107

108108
/**
109+
* Get error response.
110+
*
109111
* @return Json
110112
*/
111113
private function getErrorResponse()

app/code/Magento/Security/Model/SecurityChecker/Quantity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(
4747
}
4848

4949
/**
50-
* {@inheritdoc}
50+
* @inheritdoc
5151
*/
5252
public function check($securityEventType, $accountReference = null, $longIp = null)
5353
{

app/code/Magento/SendFriend/Model/SendFriend.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @method \Magento\SendFriend\Model\SendFriend setTime(int $value)
1717
*
1818
* @author Magento Core Team <[email protected]>
19+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1920
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2021
*
2122
* @api
@@ -162,6 +163,8 @@ protected function _construct()
162163
}
163164

164165
/**
166+
* Send email.
167+
*
165168
* @return $this
166169
* @throws CoreException
167170
*/

app/code/Magento/Tax/Model/Sales/Total/Quote/Tax.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ protected function enhanceTotalData(
407407

408408
/**
409409
* Process model configuration array.
410+
*
410411
* This method can be used for changing totals collect sort order
411412
*
412413
* @param array $config

lib/internal/Magento/Framework/Message/Manager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Message manager model
14+
*
15+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1416
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1517
*/
1618
class Manager implements ManagerInterface

setup/src/Magento/Setup/Model/ConfigOptionsList/Session.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class Session implements ConfigOptionsListInterface
124124
];
125125

126126
/**
127-
* {@inheritdoc}
127+
* @inheritdoc
128128
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
129129
*/
130130
public function getOptions()
@@ -250,7 +250,7 @@ public function getOptions()
250250
}
251251

252252
/**
253-
* {@inheritdoc}
253+
* @inheritdoc
254254
*/
255255
public function createConfig(array $options, DeploymentConfig $deploymentConfig)
256256
{
@@ -281,7 +281,7 @@ public function createConfig(array $options, DeploymentConfig $deploymentConfig)
281281
}
282282

283283
/**
284-
* {@inheritdoc}
284+
* @inheritdoc
285285
*/
286286
public function validate(array $options, DeploymentConfig $deploymentConfig)
287287
{

0 commit comments

Comments
 (0)