From 124edeacafee6cf61090d8205c9ec1f9f4d7e7ed Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 10 May 2022 14:11:46 +0100 Subject: [PATCH] fix build --- src/utils/Utils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/Utils.php b/src/utils/Utils.php index 82ca8724d..d52e84a63 100644 --- a/src/utils/Utils.php +++ b/src/utils/Utils.php @@ -466,6 +466,7 @@ final class Utils{ }else{ $args = $trace[$i]["params"]; } + /** @var mixed[] $args */ $paramsList = []; $offset = 0;