Skip to content

Commit 3e9c2c3

Browse files
author
Joan He
committed
MC-15575: Correct filter output
- fix static test failures
1 parent a4923d8 commit 3e9c2c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ public function setDesignParams(array $designParams)
321321
}
322322

323323
/**
324+
* Get Css processor
325+
*
324326
* @deprecated 100.1.2
325327
* @return Css\Processor
326328
*/
@@ -333,6 +335,8 @@ private function getCssProcessor()
333335
}
334336

335337
/**
338+
* Get pub directory
339+
*
336340
* @deprecated 100.1.2
337341
* @param string $dirType
338342
* @return ReadInterface
@@ -523,6 +527,7 @@ public function mediaDirective($construction)
523527

524528
/**
525529
* Retrieve store URL directive
530+
*
526531
* Support url and direct_url properties
527532
*
528533
* @param string[] $construction
@@ -958,6 +963,8 @@ public function getCssFilesContent(array $files)
958963
}
959964

960965
/**
966+
* Apply inline css
967+
*
961968
* Merge HTML and CSS and return HTML that has CSS styles applied "inline" to the HTML tags. This is necessary
962969
* in order to support all email clients.
963970
*

0 commit comments

Comments
 (0)