Ignore phpstan error, which is not correct

This commit is contained in:
slawkens
2026-04-24 21:54:47 +02:00
parent ee1a157abc
commit 17d6a32708

View File

@@ -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\\_]+\(\)#'