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;