forked from clone/flarum-ext-redis-setup
chore: migrate to fof/redis, repo maintenance (#4)
* chore: migrate to fof/redis, repo maintenance * chore: newline * chore: use new fof horizon initializer * chore: revert initializer change Only changed for 2.x .. * chore: remove unused secrets Shouldn't have been added in the first place --------- Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com> Co-authored-by: Davide Iadeluca <davide.iadeluca@glowingblue.com>
This commit is contained in:
13
phpstan.neon
Normal file
13
phpstan.neon
Normal file
@@ -0,0 +1,13 @@
|
||||
includes:
|
||||
- vendor/flarum/phpstan/extension.neon
|
||||
|
||||
parameters:
|
||||
# The level will be increased in Flarum 2.0
|
||||
level: 5
|
||||
paths:
|
||||
- extend.php
|
||||
- src
|
||||
excludePaths:
|
||||
- *.blade.php
|
||||
checkMissingIterableValueType: false
|
||||
databaseMigrationsPath: ['migrations']
|
||||
Reference in New Issue
Block a user