diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-03-08 04:29:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 04:29:08 +0000 |
commit | ec33647947f8dbd2ab74c73af8a01278781c1db2 (patch) | |
tree | a8c70e96669b040b4f24c51f1639eb0393e45fce /build | |
parent | 5ce7336a1b459b07f16194380d17dc8d52389b58 (diff) | |
download | nextcloud-server-ec33647947f8dbd2ab74c73af8a01278781c1db2.tar.gz nextcloud-server-ec33647947f8dbd2ab74c73af8a01278781c1db2.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index c376a1b895f..f45c5cf89eb 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2696,14 +2696,11 @@ </InvalidReturnType> </file> <file src="lib/private/Files/View.php"> - <InvalidNullableReturnType occurrences="1"> - <code>string</code> - </InvalidNullableReturnType> <InvalidScalarArgument occurrences="2"> <code>$fileId</code> <code>$mtime</code> </InvalidScalarArgument> - <NullableReturnStatement occurrences="4"> + <NullableReturnStatement occurrences="3"> <code>null</code> <code>null</code> <code>null</code> |