From 17d6a327088fec7f927cb9d8ebda631f652cf05a Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 24 Apr 2026 21:54:47 +0200 Subject: [PATCH] Ignore phpstan error, which is not correct --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 9f7cf7fe..6a94cc95 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -27,6 +27,7 @@ parameters: - '#Variable \$player might not be defined#' - '#Variable \$guild might not be defined#' - '#Variable \$[a-zA-Z0-9\\_]+ might not be defined#' + - '#Class Lua constructor invoked with 0 parameters, 1 required#' # Eloquent models - '#Call to an undefined method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#' - '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#'