diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-12-07 15:06:28 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-12-07 15:44:05 +0100 |
commit | a9ee98e0705946e582ae937f287ef4f00205e76e (patch) | |
tree | ab9e8585296ee0e45067c0433889efb11156d79b /build | |
parent | 6a7e849090d2a07b65352ed6246999c28f91cd84 (diff) | |
download | nextcloud-server-a9ee98e0705946e582ae937f287ef4f00205e76e.tar.gz nextcloud-server-a9ee98e0705946e582ae937f287ef4f00205e76e.zip |
Update psalm baseline
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 379ea1a1c97..9539709e420 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -722,7 +722,6 @@ <code>null</code> <code>null</code> <code>null</code> - <code>null</code> </NullableReturnStatement> <UndefinedClass occurrences="2"> <code>\OCA\Circles\Api\v1\Circles</code> @@ -1034,6 +1033,10 @@ <RedundantCondition occurrences="1"> <code>$userSession</code> </RedundantCondition> + <TypeDoesNotContainType occurrences="2"> + <code>get_class($res) === 'OpenSSLAsymmetricKey'</code> + <code>is_object($res)</code> + </TypeDoesNotContainType> </file> <file src="apps/encryption/lib/Crypto/EncryptAll.php"> <InvalidArgument occurrences="1"> @@ -2816,7 +2819,7 @@ <file src="core/routes.php"> <InvalidScope occurrences="2"> <code>$this</code> - <code>$this</code> + <code>$this->create('core_ajax_update', '/core/ajax/update.php')</code> </InvalidScope> </file> <file src="core/templates/layout.public.php"> @@ -5463,6 +5466,9 @@ <code>$data[floor($p)]</code> <code>$data[floor($p)]</code> </InvalidArrayOffset> + <InvalidPropertyAssignmentValue occurrences="1"> + <code>$resource</code> + </InvalidPropertyAssignmentValue> <InvalidReturnType occurrences="1"> <code>bool</code> </InvalidReturnType> @@ -5491,6 +5497,10 @@ <RedundantCondition occurrences="1"> <code>$isWritable</code> </RedundantCondition> + <TypeDoesNotContainType occurrences="2"> + <code>get_class($resource) === 'GdImage'</code> + <code>get_class($this->resource) === 'GdImage'</code> + </TypeDoesNotContainType> </file> <file src="lib/private/legacy/OC_JSON.php"> <InvalidScalarArgument occurrences="1"> |