Newer
Older
parameters:
tmpDir: build/phpstan
checkGenericClassInNonGenericObjectType: false
paths:
- app
- tests
bootstrapFiles:

Yassine Doghri
committed
- vendor/codeigniter4/framework/system/Test/bootstrap.php
scanDirectories:
- app
- modules
- vendor/codeigniter4

Yassine Doghri
committed
excludePaths:
- app/Libraries/Router.php
- app/Views/*

Yassine Doghri
committed
- modules/*/Views/*
- themes/*
dynamicConstantNames:
- APP_NAMESPACE
- CI_DEBUG
- ENVIRONMENT
- SODIUM_LIBRARY_VERSION
ignoreErrors:
- '#^Access to an undefined property Modules\\Media\\Entities\\Image#'
- '#^Call to an undefined method CodeIgniter\\Cache\\CacheInterface\:\:deleteMatching\(\)#'