diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-03-31 08:39:22 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-03-31 08:39:46 +0200 |
commit | f960d9aae494f2b94ea6c4be38b47670fbaa8ad3 (patch) | |
tree | 98711f3354c2a7787e8fc7885f87c45222cc80c4 /build | |
parent | 4d390b5f5486c7198d973413ef5f1acc6ac9fc3c (diff) | |
download | nextcloud-server-f960d9aae494f2b94ea6c4be38b47670fbaa8ad3.tar.gz nextcloud-server-f960d9aae494f2b94ea6c4be38b47670fbaa8ad3.zip |
Update baseline to allow running psalm with multiple threads
Signed-off-by: jld3103 <jld3103yt@gmail.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 8661726f017..d90e6a656a1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1536,7 +1536,7 @@ <file src="core/routes.php"> <InvalidScope occurrences="2"> <code>$this</code> - <code>$this</code> + <code>$this->create('core_ajax_update', '/core/ajax/update.php')</code> </InvalidScope> </file> <file src="core/templates/layout.public.php"> |