We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a69b9a commit 68118fbCopy full SHA for 68118fb
phpstan.neon
@@ -28,7 +28,7 @@ parameters:
28
- '#Variable \$guild might not be defined#'
29
- '#Variable \$[a-zA-Z0-9\\_]+ might not be defined#'
30
# Eloquent models
31
- - '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+()#'
+ - '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#'
32
- '#Call to an undefined method object::toArray\(\)#'
33
# system/pages/highscores.php
34
- '#Call to an undefined method Illuminate\\Database\\Query\\Builder::withOnlineStatus\(\)#'
0 commit comments