File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
Directory/Model/Currency/Import
ImportExport/Model/Import
lib/internal/Magento/Framework/App/ObjectManager/Environment Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11
11
*/
12
12
class YahooFinance extends \Magento \Directory \Model \Currency \Import \AbstractImport
13
13
{
14
+ // @codingStandardsIgnoreStart
15
+
14
16
/**
15
17
* Currency converter url string
16
18
*
17
19
* @var string
18
20
*/
19
- // @codingStandardsIgnoreStart
20
21
private $ currencyConverterUrl = 'http://query.yahooapis.com/v1/public/yql?format=json&q={{YQL_STRING}}&env=store://datatables.org/alltableswithkeys ' ;
21
22
// @codingStandardsIgnoreEnd
22
23
Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ abstract class AbstractEntity
63
63
const ERROR_INVALID_ATTRIBUTE_TYPE = 'invalidAttributeType ' ;
64
64
const ERROR_INVALID_ATTRIBUTE_OPTION = 'absentAttributeOption ' ;
65
65
66
+ /**
67
+ * @var array
68
+ */
66
69
protected $ errorMessageTemplates = [
67
70
self ::ERROR_CODE_SYSTEM_EXCEPTION => 'General system exception happened ' ,
68
71
self ::ERROR_CODE_COLUMN_NOT_FOUND => 'We can \'t find required columns: %s. ' ,
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ abstract class AbstractEntity
47
47
const ERROR_CODE_COLUMNS_NUMBER = 'wrongColumnsNumber ' ;
48
48
const ERROR_CODE_CATEGORY_NOT_VALID = 'categoryNotValid ' ;
49
49
50
+ /**
51
+ * @var array
52
+ */
50
53
protected $ errorMessageTemplates = [
51
54
self ::ERROR_CODE_SYSTEM_EXCEPTION => 'General system exception happened ' ,
52
55
self ::ERROR_CODE_COLUMN_NOT_FOUND => 'We can \'t find required columns: %s. ' ,
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ class UpgradeData implements UpgradeDataInterface
38
38
/**
39
39
* @var SearchCriteriaFactory
40
40
*/
41
-
42
41
private $ searchCriteriaFactory ;
43
42
44
43
/**
Original file line number Diff line number Diff line change @@ -22,9 +22,13 @@ class Developer extends AbstractEnvironment implements EnvironmentInterface
22
22
* Mode name
23
23
*/
24
24
const MODE = 'developer ' ;
25
- protected $ mode = self ::MODE ;
26
25
/**#@- */
27
26
27
+ /**
28
+ * @var string
29
+ */
30
+ protected $ mode = self ::MODE ;
31
+
28
32
/**
29
33
* @var ConfigInterface
30
34
* @since 2.0.0
You can’t perform that action at this time.
0 commit comments