Skip to content

Commit c0270e0

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-1529 phpcs static test fix
1 parent 0b32443 commit c0270e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Email/Model/Template/Filter.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ class Filter extends Template
6969
/**
7070
* @var bool
7171
* @deprecated SID is not being used as query parameter anymore.
72+
* @see storeDirective
7273
*/
7374
protected $_useSessionInUrl = false;
7475

7576
/**
7677
* @var array
7778
* @deprecated 101.0.4 Use the new Directive Processor interfaces
79+
* @see applyModifiers
7880
*/
7981
protected $_modifiers = ['nl2br' => ''];
8082

@@ -281,6 +283,7 @@ public function setUseAbsoluteLinks($flag)
281283
* @return $this
282284
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
283285
* @deprecated SID query parameter is not used in URLs anymore.
286+
* @see setUseSessionInUrl
284287
*/
285288
public function setUseSessionInUrl($flag)
286289
{
@@ -690,6 +693,7 @@ public function varDirective($construction)
690693
* @param string $default assumed modifier if none present
691694
* @return array
692695
* @deprecated 101.0.4 Use the new FilterApplier or Directive Processor interfaces
696+
* @see explodeModifiers
693697
*/
694698
protected function explodeModifiers($value, $default = null)
695699
{
@@ -709,6 +713,7 @@ protected function explodeModifiers($value, $default = null)
709713
* @param string $modifiers
710714
* @return string
711715
* @deprecated 101.0.4 Use the new FilterApplier or Directive Processor interfaces
716+
* @see applyModifiers
712717
*/
713718
protected function applyModifiers($value, $modifiers)
714719
{
@@ -738,6 +743,7 @@ protected function applyModifiers($value, $modifiers)
738743
* @param string $type
739744
* @return string
740745
* @deprecated 101.0.4 Use the new FilterApplier or Directive Processor interfaces
746+
* @see modifierEscape
741747
*/
742748
public function modifierEscape($value, $type = 'html')
743749
{

0 commit comments

Comments
 (0)