aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml25
1 files changed, 4 insertions, 21 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 5ae21f9787f..feabe34ecfa 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3503,12 +3503,10 @@
<InvalidNullableReturnType occurrences="1">
<code>string</code>
</InvalidNullableReturnType>
- <InvalidReturnStatement occurrences="2">
- <code>$this-&gt;root-&gt;get($this-&gt;getFullPath($path))</code>
+ <InvalidReturnStatement occurrences="1">
<code>new NonExistingFolder($this-&gt;root, $this-&gt;view, $path)</code>
</InvalidReturnStatement>
- <InvalidReturnType occurrences="2">
- <code>\OC\Files\Node\Node</code>
+ <InvalidReturnType occurrences="1">
<code>string</code>
</InvalidReturnType>
<MoreSpecificImplementedParamType occurrences="1">
@@ -3587,15 +3585,7 @@
<InvalidNullableReturnType occurrences="1">
<code>int</code>
</InvalidNullableReturnType>
- <InvalidReturnStatement occurrences="3">
- <code>$targetNode</code>
- <code>$targetNode</code>
- <code>$this-&gt;root-&gt;get($newPath)</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="4">
- <code>Node</code>
- <code>\OC\Files\Node\Node</code>
- <code>\OC\Files\Node\Node</code>
+ <InvalidReturnType occurrences="1">
<code>getChecksum</code>
</InvalidReturnType>
<NullableReturnStatement occurrences="1">
@@ -3609,9 +3599,8 @@
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/Files/Node/Root.php">
- <ImplementedReturnTypeMismatch occurrences="2">
+ <ImplementedReturnTypeMismatch occurrences="1">
<code>Node</code>
- <code>string</code>
</ImplementedReturnTypeMismatch>
<InvalidNullableReturnType occurrences="7">
<code>\OC\Files\Mount\MountPoint</code>
@@ -3622,12 +3611,6 @@
<code>int</code>
<code>string</code>
</InvalidNullableReturnType>
- <InvalidReturnStatement occurrences="1">
- <code>$this-&gt;createNode($fullPath, $fileInfo)</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="1">
- <code>string</code>
- </InvalidReturnType>
<NullableReturnStatement occurrences="7">
<code>$this-&gt;mountManager-&gt;find($mountPoint)</code>
<code>$this-&gt;user</code>