diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-10-23 10:17:34 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-10-23 10:18:13 +0200 |
commit | 16b9373b82ccfe9a0982f4678c16a19298014e27 (patch) | |
tree | 3f61703376125f89e2b2bc6b39024910f72af2c1 /build | |
parent | 356f0291a2b6ae536b00b19b6a551d2d4bad8c12 (diff) | |
download | nextcloud-server-16b9373b82ccfe9a0982f4678c16a19298014e27.tar.gz nextcloud-server-16b9373b82ccfe9a0982f4678c16a19298014e27.zip |
Adapt baseline to filename change
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b54f19b8ee3..8a2c728ab5b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2080,7 +2080,7 @@ <code>$trySession</code> </RedundantCondition> </file> - <file src="lib/private/Authentication/Token/IToken.php"> + <file src="lib/public/Authentication/Token/IToken.php"> <AmbiguousConstantInheritance> <code>DO_NOT_REMEMBER</code> <code>PERMANENT_TOKEN</code> |