Add safety null coalesce around strnatcasecmp.
Compare changes
@@ -112,10 +112,14 @@ public function getSortedDefinitions(?array $definitions = NULL, $label_key = 'l
Null coalesce missing definition categories and labels to empty strings to avoid warning for passing null to strnatcasecmp.