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.
This commit is contained in:
Harald Eilertsen
2024-11-25 13:11:58 +01:00
parent 0da51e0f71
commit c0f9d55cfb

View File

@@ -7,3 +7,5 @@ parameters:
- Zotlabs
scanDirectories:
- library
ignoreErrors:
- '#Method [\w:()_\\]+ should return (object|string) but return statement is missing.#'