Skip to content

Commit 0fb92ba

Browse files
committed
Static tests issues fixed
1 parent d1fbaa9 commit 0fb92ba

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

app/code/Magento/Shipping/Model/Carrier/AbstractCarrier.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ abstract class AbstractCarrier extends \Magento\Framework\DataObject implements
6565
const HANDLING_ACTION_PERORDER = 'O';
6666

6767
/**
68-
* Fields that should be replaced in debug with '***'
69-
*
7068
* @var array
7169
*/
7270
protected $_debugReplacePrivateDataKeys = [];

app/code/Magento/UrlRewrite/Model/UrlRewrite.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* @method UrlRewrite setStoreId($value)
3838
* @method UrlRewrite setDescription($value)
3939
* @api
40+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
4041
*/
4142
class UrlRewrite extends AbstractModel
4243
{

lib/internal/Magento/Framework/Api/ImageProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Magento\Framework\Phrase;
1414

1515
/**
16-
* Class ImageProcessor
1716
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1817
*/
1918
class ImageProcessor implements ImageProcessorInterface

0 commit comments

Comments
 (0)