diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-11-28 14:46:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-28 14:46:16 +0100 |
commit | dd101dd0f70fc740106c6db30b0742e4db772b08 (patch) | |
tree | 5e1f3b211866bc3187d2c844dafd150f6ef83a9d /build | |
parent | 379f575c25cdf4769d5c019394e73ac8b8f46385 (diff) | |
parent | 2b6da9eaeee33e7cbfc88960d7686d8d8b844bbd (diff) | |
download | nextcloud-server-dd101dd0f70fc740106c6db30b0742e4db772b08.tar.gz nextcloud-server-dd101dd0f70fc740106c6db30b0742e4db772b08.zip |
Merge pull request #49515 from nextcloud/bugfix/noid/boolean-false-in-multipart-form-data
fix(controller): Fix false booleans in multipart/form-data
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ed96e4391f9..00add5ee78e 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1384,9 +1384,6 @@ </UndefinedInterfaceMethod> </file> <file src="lib/private/AppFramework/Http/Dispatcher.php"> - <NoInterfaceProperties> - <code><![CDATA[$this->request->method]]></code> - </NoInterfaceProperties> <NullArgument> <code><![CDATA[null]]></code> </NullArgument> |