diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline-ocp.xml | 5 | ||||
-rw-r--r-- | build/psalm-baseline.xml | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/build/psalm-baseline-ocp.xml b/build/psalm-baseline-ocp.xml index 87a994ea720..5490f505886 100644 --- a/build/psalm-baseline-ocp.xml +++ b/build/psalm-baseline-ocp.xml @@ -21,6 +21,11 @@ <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> diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 4f4e18e1f90..7152a3fbffe 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1153,11 +1153,6 @@ <code>$this->fileIsEncrypted</code> </TypeDoesNotContainType> </file> - <file src="apps/files/lib/App.php"> - <InvalidScalarArgument occurrences="1"> - <code>10 * 1024 * 1024</code> - </InvalidScalarArgument> - </file> <file src="apps/files/lib/Command/Scan.php"> <NullArgument occurrences="1"> <code>null</code> @@ -4575,6 +4570,11 @@ <code>is_int($expected)</code> </TypeDoesNotContainType> </file> + <file src="lib/public/Server.php"> + <InvalidThrow occurrences="2"> + <code>ContainerExceptionInterface</code> + </InvalidThrow> + </file> <file src="lib/public/AppFramework/ApiController.php"> <NoInterfaceProperties occurrences="1"> <code>$this->request->server</code> |