public static function getUniqueTriggeredDeprecationsCount() : int { return array_reduce(self::$triggeredDeprecations, static function (int $carry, int $count) { return $carry + $count; }, 0); }