diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-05-15 02:37:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 02:37:05 +0000 |
commit | 3fda5153b918a670565f2eacb5298ba04db3ea80 (patch) | |
tree | ad229906e7cecff6ec4b8e3c832c5938a715042e | |
parent | b697c8e54b5857f6b17d08d0c8b38e2b5be6c9e4 (diff) | |
download | nextcloud-server-3fda5153b918a670565f2eacb5298ba04db3ea80.tar.gz nextcloud-server-3fda5153b918a670565f2eacb5298ba04db3ea80.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | build/psalm-baseline-ocp.xml | 16 | ||||
-rw-r--r-- | build/psalm-baseline.xml | 21 |
2 files changed, 0 insertions, 37 deletions
diff --git a/build/psalm-baseline-ocp.xml b/build/psalm-baseline-ocp.xml index e6b751dd0ae..f5e70b665ae 100644 --- a/build/psalm-baseline-ocp.xml +++ b/build/psalm-baseline-ocp.xml @@ -15,11 +15,6 @@ <code>$this->request->server</code> </NoInterfaceProperties> </file> - <file src="lib/public/Server.php"> - <InvalidThrow occurrences="2"> - <code>ContainerExceptionInterface</code> - </InvalidThrow> - </file> <file src="lib/public/AppFramework/App.php"> <InternalMethod occurrences="1"> <code>new RouteConfig($this->container, $router, $routes)</code> @@ -28,11 +23,6 @@ <code>\OC</code> </UndefinedClass> </file> - <file src="lib/public/AppFramework/Bootstrap/IBootContext.php"> - <InvalidThrow occurrences="1"> - <code>ContainerExceptionInterface</code> - </InvalidThrow> - </file> <file src="lib/public/AppFramework/Db/Entity.php"> <InvalidNullableReturnType occurrences="1"> <code>string</code> @@ -146,12 +136,6 @@ <code>\OC</code> </UndefinedClass> </file> - <file src="lib/public/IContainer.php"> - <InvalidThrow occurrences="2"> - <code>ContainerExceptionInterface</code> - <code>ContainerExceptionInterface</code> - </InvalidThrow> - </file> <file src="lib/public/Template.php"> <UndefinedFunction occurrences="7"> <code>\html_select_options($options, $selected, $params)</code> diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ded9c6999c4..56bb912cb8f 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3428,9 +3428,6 @@ <code>$id</code> </ParamNameMismatch> </file> - <file src="lib/private/Notification/Manager.php"> - <InvalidCatch occurrences="3"/> - </file> <file src="lib/private/Preview/BackgroundCleanupJob.php"> <InvalidReturnStatement occurrences="1"> <code>[]</code> @@ -3584,7 +3581,6 @@ <code>\OCP\Calendar\Room\IManager</code> <code>\OCP\Files\Folder|null</code> </ImplementedReturnTypeMismatch> - <InvalidCatch occurrences="1"/> <UndefinedDocblockClass occurrences="1"> <code>\OC\OCSClient</code> </UndefinedDocblockClass> @@ -4010,11 +4006,6 @@ <code>new RouteConfig($this->container, $router, $routes)</code> </InternalMethod> </file> - <file src="lib/public/AppFramework/Bootstrap/IBootContext.php"> - <InvalidThrow occurrences="1"> - <code>ContainerExceptionInterface</code> - </InvalidThrow> - </file> <file src="lib/public/AppFramework/Db/Entity.php"> <InvalidNullableReturnType occurrences="1"> <code>string</code> @@ -4059,18 +4050,6 @@ <code>array</code> </InvalidParamDefault> </file> - <file src="lib/public/IContainer.php"> - <InvalidThrow occurrences="2"> - <code>ContainerExceptionInterface</code> - <code>ContainerExceptionInterface</code> - </InvalidThrow> - </file> - <file src="lib/public/Server.php"> - <InvalidThrow occurrences="2"> - <code>ContainerExceptionInterface</code> - <code>NotFoundExceptionInterface</code> - </InvalidThrow> - </file> <file src="remote.php"> <InvalidScalarArgument occurrences="1"> <code>$e->getCode()</code> |