diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2025-04-14 14:51:22 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2025-04-14 14:51:22 +0200 |
commit | 12b1342316eb4180146059f528717abddd527fba (patch) | |
tree | 377abc3f2da5a0aa6988b2acfc9015cdec1693f0 | |
parent | 92038229fa8d911166aee15c10ec5ee4554fb690 (diff) | |
download | nextcloud-server-12b1342316eb4180146059f528717abddd527fba.tar.gz nextcloud-server-12b1342316eb4180146059f528717abddd527fba.zip |
chore: Update psalm baselinefix/remove-app.php-loading
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index a8db3332dc9..00c93666e91 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1324,11 +1324,6 @@ <code><![CDATA[$this->fastCache[$app][$key] ?? $default]]></code> </NullableReturnStatement> </file> - <file src="lib/private/AppFramework/Bootstrap/Coordinator.php"> - <InvalidPropertyAssignmentValue> - <code><![CDATA[$this->bootedApps]]></code> - </InvalidPropertyAssignmentValue> - </file> <file src="lib/private/AppFramework/Bootstrap/FunctionInjector.php"> <UndefinedMethod> <code><![CDATA[getName]]></code> |