-
Notifications
You must be signed in to change notification settings - Fork 101
/
phpstan.neon
13 lines (13 loc) · 1.02 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
parameters:
ignoreErrors:
- '#Constant TEMP_DIR not found#'
- '#Constant TEST_DIR not found#'
- '#Parameter \#1 \$firstResult of method [^\s]+::setFirstResult\(\) expects int, (int\|)?null given#'
- '#Kdyby\\Doctrine\\EmptyResultSet::__construct\(\) does not call parent constructor from Kdyby\\Doctrine\\ResultSet.#'
- '#Call to an undefined method Serializable::__sleep\(\).#'
- '#Call to an undefined method Serializable::__wakeup\(\).#'
- '#Access to an undefined property Nette\\Http\\SessionSection::\$entity#'
- '#Call to an undefined method Reflector::get#' # TODO refactoring class Panel
- '#Call to an undefined method object::getId\(\)#' # class SimpleParameterFormatter
- '#Method Kdyby\\Doctrine\\NativeQueryBuilder::(join|where|andWhere|orWhere)\(\) should return \$this but returns call_user_func_array#' # NativeQueryBuilder shortcuts
- '#Parameter \#1 \$parameters of method Doctrine\\ORM\\AbstractQuery::setParameters\(\) expects Doctrine\\Common\\Collections\\ArrayCollection&iterable, array given\.#'