Skip to content

Commit 68118fb

Browse files
committed
Update phpstan.neon
1 parent 5a69b9a commit 68118fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parameters:
2828
- '#Variable \$guild might not be defined#'
2929
- '#Variable \$[a-zA-Z0-9\\_]+ might not be defined#'
3030
# Eloquent models
31-
- '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+()#'
31+
- '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#'
3232
- '#Call to an undefined method object::toArray\(\)#'
3333
# system/pages/highscores.php
3434
- '#Call to an undefined method Illuminate\\Database\\Query\\Builder::withOnlineStatus\(\)#'

0 commit comments

Comments
 (0)