Skip to content

Commit 41610c4

Browse files
author
Vitaliy Boyko
committed
Static fixes
1 parent 6f18f6e commit 41610c4

File tree

1 file changed

+6
-0
lines changed
  • app/code/Magento/CatalogRule/Model

1 file changed

+6
-0
lines changed

app/code/Magento/CatalogRule/Model/Rule.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
* @SuppressWarnings(PHPMD.TooManyFields)
4747
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
4848
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
49+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
4950
*/
5051
class Rule extends \Magento\Rule\Model\AbstractModel implements RuleInterface, IdentityInterface
5152
{
@@ -652,6 +653,7 @@ public function isRuleBehaviorChanged()
652653

653654
/**
654655
* Get array with data differences
656+
*
655657
* @param array $array1
656658
* @param array $array2
657659
*
@@ -831,6 +833,8 @@ public function setDiscountAmount($amount)
831833
}
832834

833835
/**
836+
* Get from date
837+
*
834838
* @return string
835839
*/
836840
public function getFromDate()
@@ -839,6 +843,8 @@ public function getFromDate()
839843
}
840844

841845
/**
846+
* Get to date
847+
*
842848
* @return string
843849
*/
844850
public function getToDate()

0 commit comments

Comments
 (0)