forked from Kdyby/Doctrine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
11 lines (11 loc) · 879 Bytes
/
phpstan.neon
File metadata and controls
11 lines (11 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
parameters:
ignoreErrors:
- '#Constant TEMP_DIR not found#'
- '#Constant TEST_DIR not found#'
- '#Parameter \#1 \$maxResults of method [^\s]+::setMaxResults\(\) expects int, (int\|)?null given#'
- '#Parameter \#1 \$firstResult of method [^\s]+::setFirstResult\(\) expects int, (int\|)?null given#'
- '#Parameter \#3 \$type of method Doctrine\\ORM\\QueryBuilder::setParameter\(\) expects string\|null, int given.#'
- '#Parameter \#1 \$reader of parent constructor expects Doctrine\\Common\\Annotations\\AnnotationReader, Doctrine\\Common\\Annotations\\AnnotationReader\|Doctrine\\Common\\Annotations\\Reader 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\(\).#'