forked from contributte/console-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
10 lines (10 loc) · 976 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
parameters:
ignoreErrors:
- '#Accessing property $arguments on possibly null value of type Nette\DI\Statement|null#'
- '#Method Contributte\\Console\\Extra\\Command\\Router\\RouterDumpCommand::createRows\(\) should return array but returns array\|object\.#'
- '#Property Contributte\\Console\\Extra\\Cache\\Cleaners\\MemcachedCleaner::\$memcaches has unknown class Memcache as its type\.#'
- '#Property Contributte\\Console\\Extra\\Cache\\Cleaners\\MemcachedCleaner::\$memcaches has unknown class Memcached as its type\.#'
- '#Parameter \$memcaches of method Contributte\\Console\\Extra\\Cache\\Cleaners\\MemcachedCleaner::__construct\(\) has invalid typehint type Memcache\.#'
- '#Parameter \$memcaches of method Contributte\\Console\\Extra\\Cache\\Cleaners\\MemcachedCleaner::__construct\(\) has invalid typehint type Memcached\.#'
- '#Call to method flush\(\) on an unknown class Memcache\.#'
- '#Call to method flush\(\) on an unknown class Memcached\.#'