Skip to content

Commit b4eda9a

Browse files
UCT-707: Fixed code style
1 parent 8974248 commit b4eda9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/com/magento/idea/magento2uct/inspections/php/deprecation/UsingDeprecatedConstant.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected void execute(
2929
final Field field,
3030
final FieldReference fieldReference
3131
) {
32+
// We do not need to check field in the constant inspection.
3233
}
3334

3435
@Override

src/com/magento/idea/magento2uct/inspections/php/existence/UsedNonExistentConstant.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected void execute(
2929
final Field field,
3030
final FieldReference fieldReference
3131
) {
32+
// We do not need to check field in the constant inspection.
3233
}
3334

3435
@Override

0 commit comments

Comments
 (0)