Skip to content

Fix warning on PHP 7.4

Thomas Flori requested to merge github/fork/PierrickVoulet/patch-1 into master

Created by: PierrickVoulet

7.4 comes with a warning when trying to access array offset on value of type int.

This is to fix one condition that generates some of these warnings.

Merge request reports