Files
core/phpstan.neon.dist

12 lines
213 B
Plaintext

parameters:
level: 0
paths:
- boot.php
- include
- util
- Zotlabs
scanDirectories:
- library
ignoreErrors:
- '#Method [\w:\(\)_\\]+ should return (object|string) but return statement is missing.#'