forked from FriendsOfCake/crud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
20 lines (20 loc) · 1.12 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
excludes_analyse:
- */src/TestSuite/*
universalObjectCratesClasses:
- Crud\Event\Subject
ignoreErrors:
- '#Access to an undefined property Exception::\$response#'
- '#Access to an undefined property Cake\\Controller\\Controller::\$dispatchComponents#'
- '#Access to an undefined property Cake\\Controller\\Controller::\$Crud#'
- '#Call to an undefined method Crud\\Action\\BaseAction::view\(\)#'
- '#Call to an undefined method Crud\\Action\\BaseAction::viewVar\(\)#'
- '#Call to an undefined method Crud\\Action\\BaseAction::findMethod\(\)#'
- '#Call to an undefined method Cake\\ORM\\Table::filterParams\(\)# '
- '#Call to an undefined method object::getLogs\(\)#'
- '#Access to an undefined property object::\$url#'
- '#Access to an undefined property object::\$success#'
- '#Access to an undefined property object::\$entity#'
- '#Access to an undefined property object::\$query#'
- '#Access to an undefined property object::\$args#'
- '#Access to an undefined property object::\$action#'