Files
construprogress/phpstan.neon
T

8 lines
196 B
Plaintext
Raw Normal View History

parameters:
level: 5
paths:
- app
- routes
ignoreErrors:
- '#Undefined method .*::notifications\(\)#'
- '#Undefined method .*::unreadNotifications\(\)#'