fix: stop storing HTML entities and decode legacy entity-encoded data #702
4 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 4
Complexity increasing per file
==============================
- modules/install/scripts/372.php 15
See the complete overview on Codacy
Annotations
Check warning on line 28 in modules/install/scripts/372.php
codacy-production / Codacy Static Code Analysis
modules/install/scripts/372.php#L28
The function update_372() has 138 lines of code. Current threshold is set to 100. Avoid really long methods.
Check warning on line 28 in modules/install/scripts/372.php
codacy-production / Codacy Static Code Analysis
modules/install/scripts/372.php#L28
The function update_372() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.
Check warning on line 28 in modules/install/scripts/372.php
codacy-production / Codacy Static Code Analysis
modules/install/scripts/372.php#L28
The function update_372() has an NPath complexity of 1297. The configured NPath complexity threshold is 200.
Check warning on line 126 in modules/install/scripts/372.php
codacy-production / Codacy Static Code Analysis
modules/install/scripts/372.php#L126
Avoid unused local variables such as '$rowIndex'.