-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathphpstan.neon
More file actions
11 lines (11 loc) · 940 Bytes
/
phpstan.neon
File metadata and controls
11 lines (11 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
parameters:
level: 4
ignoreErrors:
- '#Method Muffin\\Webservice\\Query::endpoint\(\) should return \$this\(Muffin\\Webservice\\Query\)|Muffin\\Webservice\\Model\\Endpoint but returns Cake\Datasource\RepositoryInterface#'
- '#Call to an undefined method Cake\\Datasource\\RepositoryInterface::callFinder\(\)#'
- '#Call to an undefined method Cake\\Datasource\\RepositoryInterface::dispatchEvent\(\)#'
- '#Return type \(array\) of method Muffin\\Webservice\\Query::aliasField\(\) should be compatible with return type \(string\) of method Cake\\Datasource\\QueryInterface::aliasField\(\)#'
- '#Call to an undefined method Cake\\Datasource\\RepositoryInterface::getName\(\)#'
- '#Call to an undefined method Traversable::count\(\)#'
- '#Strict comparison using === between string and null will always evaluate to false#'
- '#Negated boolean expression is always false#'