Fix zip filename typo #10
coding-standard.yml
on: push
M2 Coding Standard
13s
Annotations
10 errors and 12 warnings
M2 Coding Standard:
Block/Adminhtml/Customer/Edit/ExportButton.php#L17
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard:
Block/Adminhtml/Customer/Edit/ExportButton.php#L19
PHP syntax error: syntax error, unexpected 'Config' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
Block/Adminhtml/Customer/Edit/EraseButton.php#L18
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard:
Block/Adminhtml/Customer/Edit/EraseButton.php#L20
PHP syntax error: syntax error, unexpected 'EraseEntityCheckerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
Block/Adminhtml/Config/Form/Field/Select/OptionSourceSelect.php#L19
PHP syntax error: syntax error, unexpected 'OptionSourceInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
M2 Coding Standard:
Block/Adminhtml/Order/Edit/EraseButton.php#L19
PHP syntax error: syntax error, unexpected 'EraseEntityCheckerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
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:
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/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/ResetButton.php#L13
Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies.
|
M2 Coding Standard
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
M2 Coding Standard
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
M2 Coding Standard:
Block/Adminhtml/Config/Form/Field/AttributesAnonymizers.php#L18
Use ::class notation instead.
|
M2 Coding Standard:
ViewModel/Customer/Privacy/ExportCustomerDataProvider.php#L43
Line exceeds 120 characters; contains 122 characters
|
M2 Coding Standard:
Model/ExportEntityManagement.php#L98
Line exceeds 120 characters; contains 121 characters
|
M2 Coding Standard:
Model/Customer/SourceProvider/IdleFilterModifier.php#L40
Line exceeds 120 characters; contains 138 characters
|
M2 Coding Standard:
Model/Customer/Delete/Processor/CustomerDataProcessor.php#L46
Empty CATCH statement detected
|
M2 Coding Standard:
Model/Order/Delete/Processor/QuoteDataProcessor.php#L34
Empty CATCH statement detected
|
M2 Coding Standard:
Model/Order/Anonymize/Processor/QuoteDataProcessor.php#L50
Empty CATCH statement detected
|
M2 Coding Standard:
Model/Order/Notifier/MailSender.php#L67
Function closing brace must go on the next line following the body; found 1 blank lines before brace
|
M2 Coding Standard:
Model/Action/Erase/ArgumentReader.php#L17
Static method cannot be intercepted and its use is discouraged.
|
M2 Coding Standard:
Model/Action/ActionComposite.php#L95
array_merge(...) is used in a loop and is a resources greedy construction.
|