Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-01-13 19:58:14 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-13 21:34:02 +0300
commit6cca6b1aa51c957aa188f3f30d37bc38c6bb34f1 (patch)
tree680f735379fb31b4a7e422e8853f448b96004457 /tests
parent5226f52ecb26303a22018cdc245869655ec88c10 (diff)
Keep session information as long as we need it for steps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/psalm-baseline.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 19bd6e5d5..4842df2bb 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -51,12 +51,20 @@
<code>open</code>
</UndefinedInterfaceMethod>
</file>
+ <file src="lib/Cron/Cleanup.php">
+ <InvalidReturnType occurrences="1">
+ <code>run</code>
+ </InvalidReturnType>
+ </file>
<file src="lib/DAV/WorkspacePlugin.php">
<UndefinedClass occurrences="1">
<code>ServerPlugin</code>
</UndefinedClass>
</file>
<file src="lib/Db/SessionMapper.php">
+ <ImplicitToStringCast occurrences="1">
+ <code>$qb-&gt;createNamedParameter($activeSessions, IQueryBuilder::PARAM_INT_ARRAY)</code>
+ </ImplicitToStringCast>
<MoreSpecificImplementedParamType occurrences="1"/>
</file>
<file src="lib/Db/StepMapper.php">
@@ -86,8 +94,11 @@
</UndefinedClass>
</file>
<file src="lib/Service/ApiService.php">
- <InvalidArgument occurrences="1">
+ <InvalidArgument occurrences="4">
+ <code>$e-&gt;getMessage()</code>
+ <code>$e-&gt;getMessage()</code>
<code>$file</code>
+ <code>'No valid file argument provided'</code>
</InvalidArgument>
<UndefinedDocblockClass occurrences="1"/>
</file>