Files
core/phpstan.neon.dist
Harald Eilertsen c0f9d55cfb phpstan: Ignore warnings on missing return statement.
While some of these may be fixable without too much hassle, quite a few
of them will possibly require architectural restructuring. We should
revisit these, but let's silence them for now.
2024-11-25 13:11:58 +01:00

12 lines
211 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.#'