From f945c0cbc6aef461fabf17cea42440ad9b6fea09 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 8 Apr 2022 14:16:21 +0200 Subject: Add a public replacement for OC::$server->get Signed-off-by: Carl Schwan --- build/psalm-baseline-ocp.xml | 5 +++++ build/psalm-baseline.xml | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'build') 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 @@ $this->request->server + + + ContainerExceptionInterface + + new RouteConfig($this->container, $router, $routes) 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 @@ $this->fileIsEncrypted - - - 10 * 1024 * 1024 - - null @@ -4575,6 +4570,11 @@ is_int($expected) + + + ContainerExceptionInterface + + $this->request->server -- cgit v1.2.3