mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
wip
This commit is contained in:
@@ -224,7 +224,7 @@ return [
|
||||
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class,
|
||||
'Flare' => Facade\Ignition\Facades\Flare::class,
|
||||
'Flare' => Spatie\LaravelIgnition\Facades\Flare::class,
|
||||
'Redis' => Illuminate\Support\Facades\Redis::class,
|
||||
|
||||
// LibreNMS
|
||||
|
@@ -33,6 +33,8 @@ parameters:
|
||||
checkAlwaysTrueInstanceof: true
|
||||
checkAlwaysTrueStrictComparison: true
|
||||
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
|
||||
ignoreErrors:
|
||||
- '#Unsafe usage of new static#'
|
||||
|
||||
|
Reference in New Issue
Block a user