mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
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:
@@ -7,3 +7,5 @@ parameters:
|
||||
- Zotlabs
|
||||
scanDirectories:
|
||||
- library
|
||||
ignoreErrors:
|
||||
- '#Method [\w:()_\\]+ should return (object|string) but return statement is missing.#'
|
||||
|
||||
Reference in New Issue
Block a user