Skip to content

Commit ea22c90

Browse files
p-bystritskyengcom-Foxtrot
authored andcommitted
#24318: Static test fix.
1 parent 2f4f8e8 commit ea22c90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Review/Block/Adminhtml/Add.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Add extends \Magento\Backend\Block\Widget\Form\Container
1717
* Initialize add review
1818
*
1919
* @return void
20+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
2021
*/
2122
protected function _construct()
2223
{

app/code/Magento/Review/view/adminhtml/web/js/rating.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ define([
6969
*/
7070
removeRating: function () {
7171
var checkedInputs = this.element.find('input[type="radio"]');
72+
7273
checkedInputs.nextAll('label').css('color', this.options.colorUnfilled).data('checked', false);
7374
}
7475
});

0 commit comments

Comments
 (0)