D25126
D25126
Fix early exit from getMatchSeverity on null severity
Author: goddenrich
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: In PHP 8.1, the strtolower() function no longer accepts NULL.
Without this change, getMatchSeverity() exits early if…