From 74ed1e6c5772338f8a18f4cbf63bdfcf2ef9baaf Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 13 Jan 2024 17:02:39 +0100 Subject: Fix PHP 7.4 compatibility (#6038) Some recent PRs have broken PHP 7.4 compatibility due to `mixed` typing. --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bootstrap.php') diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 447b038a4..f988855e6 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,7 +1,7 @@