rvhoyt

Results 2 issues of rvhoyt

Replaced `(array $data = null)` with `(?array $data = null)` to fix deprecation warnings due to php 8.4 on implicitly nullable parameters

Tooltips are always present and affect the size of the page because they just use opacity: 0 to hide instead of display:none. This is acceptable when displaying, but when its...