Skip to content

Avoid using a null alias as an array offset in getAliases()#658

Merged
williamdes merged 2 commits into
phpmyadmin:5.11.xfrom
ardittirana:fix-getaliases-null-array-offset
Jun 26, 2026
Merged

Avoid using a null alias as an array offset in getAliases()#658
williamdes merged 2 commits into
phpmyadmin:5.11.xfrom
ardittirana:fix-getaliases-null-array-offset

Use non-Yoda null comparison to satisfy coding standard

290d1de
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 26, 2026 in 0s

96.92% (+0.00%) compared to 4c45eac

View this Pull Request on Codecov

96.92% (+0.00%) compared to 4c45eac

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.92%. Comparing base (4c45eac) to head (290d1de).

Additional details and impacted files
@@            Coverage Diff            @@
##             5.11.x     #658   +/-   ##
=========================================
  Coverage     96.92%   96.92%           
- Complexity     2316     2318    +2     
=========================================
  Files            71       71           
  Lines          5110     5112    +2     
=========================================
+ Hits           4953     4955    +2     
  Misses          157      157           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.