File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
/**
9
9
* Magento escape methods
10
+ *
11
+ * @api
10
12
*/
11
13
class Escaper
12
14
{
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function __construct(
45
45
}
46
46
47
47
/**
48
- * Returns the first found number from an string
48
+ * Returns the first found number from a string
49
49
* Parsing depends on given locale (grouping and decimal)
50
50
*
51
51
* Examples for input:
@@ -92,7 +92,7 @@ public function getNumber($value)
92
92
}
93
93
94
94
/**
95
- * Functions returns array with price formatting info
95
+ * Returns an array with price formatting info
96
96
*
97
97
* @param string $localeCode Locale code.
98
98
* @param string $currencyCode Currency code.
Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Framework \Locale ;
7
7
8
+ /**
9
+ * @api
10
+ */
8
11
interface FormatInterface
9
12
{
10
13
/**
11
- * Returns the first found number from an string
14
+ * Returns the first found number from a string
12
15
* Parsing depends on given locale (grouping and decimal)
13
16
*
14
17
* Examples for input:
@@ -27,7 +30,7 @@ interface FormatInterface
27
30
public function getNumber ($ value );
28
31
29
32
/**
30
- * Functions returns array with price formatting info for js function
33
+ * Returns an array with price formatting info for js function
31
34
* formatCurrency in js/varien/js.js
32
35
*
33
36
* @return array
Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Framework \Locale ;
7
7
8
+ /**
9
+ * @api
10
+ */
8
11
interface ListsInterface
9
12
{
10
13
/**
You can’t perform that action at this time.
0 commit comments