We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e52b2d commit 405f629Copy full SHA for 405f629
app/code/Magento/Variable/Model/Variable.php
@@ -18,9 +18,9 @@
18
*/
19
class Variable extends \Magento\Framework\Model\AbstractModel
20
{
21
- const TYPE_TEXT = 'text';
+ public const TYPE_TEXT = 'text';
22
23
- const TYPE_HTML = 'html';
+ public const TYPE_HTML = 'html';
24
25
/**
26
* @var int
@@ -141,6 +141,7 @@ public function validate()
141
142
143
* Retrieve variables option array
144
+ *
145
* @todo: extract method as separate class
146
* @param bool $withGroup
147
* @return array
0 commit comments