Updates for file i18n/en_US.csv in da_DK #85
coding-standard.yml
on: pull_request
M2 Coding Standard
12s
Annotations
10 errors and 10 warnings
M2 Coding Standard:
Block/Adminhtml/Action/Edit/ResetButton.php#L13
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard:
Block/Adminhtml/Action/Edit/BackButton.php#L19
PHP syntax error: syntax error, unexpected 'UrlInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
Block/Adminhtml/Action/Edit/BackButton.php#L14
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard:
Block/Adminhtml/Action/Edit/ExecuteButton.php#L13
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard:
Observer/InvalidateExport.php#L28
PHP syntax error: syntax error, unexpected 'ExportEntityRepositoryInterfac' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
Observer/InvalidateExport.php#L26
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard:
Observer/DeleteExport.php#L27
PHP syntax error: syntax error, unexpected 'ExportEntityRepositoryInterfac' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
Observer/DeleteExport.php#L25
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard:
Console/Command/ExportCommand.php#L32
PHP syntax error: syntax error, unexpected 'State' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
Console/Command/EraseCommand.php#L28
PHP syntax error: syntax error, unexpected 'State' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
view/frontend/templates/order/info/buttons/erase.phtml#L36
Line exceeds 120 characters; contains 134 characters
|
M2 Coding Standard:
view/base/templates/export/result.phtml#L20
Line exceeds 120 characters; contains 169 characters
|
M2 Coding Standard:
view/base/templates/export/renderer/default.phtml#L56
Unescaped output detected.
|
M2 Coding Standard:
view/base/templates/export/renderer/default.phtml#L1
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 25 and the first side effect is on line 15.
|
M2 Coding Standard:
view/base/templates/root.phtml#L14
Unescaped output detected.
|
M2 Coding Standard:
view/base/templates/root.phtml#L13
Unescaped output detected.
|
M2 Coding Standard:
view/base/templates/root.phtml#L11
Unescaped output detected.
|
M2 Coding Standard:
view/base/templates/root.phtml#L10
Unescaped output detected.
|
M2 Coding Standard:
view/base/templates/root.phtml#L9
Unescaped output detected.
|
M2 Coding Standard:
Block/Adminhtml/Config/Form/Field/AttributesAnonymizers.php#L18
Use ::class notation instead.
|