Skip to content
Snippets Groups Projects
Unverified Commit 8381af62 authored by Morris Jobke's avatar Morris Jobke
Browse files

Accept psalm warning for now


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 5af7d921
No related branches found
No related tags found
No related merge requests found
......@@ -4022,6 +4022,11 @@
<code>$entry</code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/Files/Cache/CacheQueryBuilder.php">
<ImplicitToStringCast occurrences="1">
<code>$this-&gt;createNamedParameter($parents, IQueryBuilder::PARAM_INT_ARRAY)</code>
</ImplicitToStringCast>
</file>
<file src="lib/private/Files/Cache/FailedCache.php">
<InvalidReturnStatement occurrences="1">
<code>[]</code>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment