2021-05-12 14:00:25 +00:00
|
|
|
parameters:
|
|
|
|
tmpDir: build/phpstan
|
2021-05-14 17:59:35 +00:00
|
|
|
level: 6
|
2021-05-12 14:00:25 +00:00
|
|
|
paths:
|
|
|
|
- app
|
2021-05-18 17:16:36 +00:00
|
|
|
- tests
|
2021-05-12 14:00:25 +00:00
|
|
|
bootstrapFiles:
|
2022-03-04 14:33:48 +00:00
|
|
|
- vendor/codeigniter4/framework/system/Test/bootstrap.php
|
2021-05-12 14:00:25 +00:00
|
|
|
scanDirectories:
|
2023-06-21 16:17:11 +00:00
|
|
|
- app
|
|
|
|
- modules
|
|
|
|
- vendor/codeigniter4
|
2022-03-04 14:33:48 +00:00
|
|
|
excludePaths:
|
2021-05-12 14:00:25 +00:00
|
|
|
- app/Libraries/Router.php
|
|
|
|
- app/Views/*
|
2021-08-27 10:58:22 +00:00
|
|
|
- modules/*/Views/*
|
2021-09-02 16:34:25 +00:00
|
|
|
- themes/*
|
2022-10-16 10:36:54 +00:00
|
|
|
dynamicConstantNames:
|
|
|
|
- APP_NAMESPACE
|
|
|
|
- CI_DEBUG
|
|
|
|
- ENVIRONMENT
|
|
|
|
- SODIUM_LIBRARY_VERSION
|
2021-05-12 14:00:25 +00:00
|
|
|
ignoreErrors:
|
2023-03-16 13:00:05 +00:00
|
|
|
- '#^Access to an undefined property Modules\\Media\\Entities\\Image#'
|