diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f64bc4e4006..5172ca025fe 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3558,16 +3558,13 @@ <code>$result</code> <code>$this->copyFromStorage($sourceStorage, $sourceInternalPath . '/' . $file, $targetInternalPath . '/' . $file, false, $isRename)</code> </InvalidOperand> - <InvalidReturnStatement occurrences="6"> + <InvalidReturnStatement occurrences="4"> <code>$newUnencryptedSize</code> <code>$result</code> - <code>$stat</code> <code>$this->storage->file_get_contents($path)</code> <code>$this->storage->filesize($path)</code> - <code>$this->storage->getLocalFile($path)</code> </InvalidReturnStatement> - <InvalidReturnType occurrences="5"> - <code>array</code> + <InvalidReturnType occurrences="3"> <code>bool</code> <code>int</code> <code>string</code> |