Skip to content

Commit 0e80241

Browse files
committed
Added comments for constant
1 parent 405f629 commit 0e80241

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Variable/Model/Variable.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
*/
1919
class Variable extends \Magento\Framework\Model\AbstractModel
2020
{
21+
/**
22+
* Variable value types.
23+
*/
2124
public const TYPE_TEXT = 'text';
22-
2325
public const TYPE_HTML = 'html';
2426

2527
/**
@@ -141,7 +143,7 @@ public function validate()
141143

142144
/**
143145
* Retrieve variables option array
144-
*
146+
*
145147
* @todo: extract method as separate class
146148
* @param bool $withGroup
147149
* @return array

0 commit comments

Comments
 (0)