Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-10-16 11:48:21 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-10-16 14:17:19 +0300
commit8c9fe98446c200648274aa60dde73fcc96dc5365 (patch)
tree54ca464940811d9b19dbbbe55112f17858fb9f45 /build
parent65365015794c8b165df2754aa1b2ca2b2bf1c6c3 (diff)
Update psalm-baseline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml30
1 files changed, 29 insertions, 1 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 0ca8b88b8db..e2bd4ac0e97 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1755,8 +1755,10 @@
</UndefinedVariable>
</file>
<file src="apps/files_sharing/lib/AppInfo/Application.php">
- <UndefinedClass occurrences="1">
+ <UndefinedClass occurrences="3">
<code>'ExternalMountProvider'</code>
+ <code>'OCP\Collaboration\Resources::loadAdditionalScripts'</code>
+ <code>'OCP\Share::postShare'</code>
</UndefinedClass>
</file>
<file src="apps/files_sharing/lib/Cache.php">
@@ -2133,6 +2135,11 @@
<code>getURLGenerator</code>
</TooManyArguments>
</file>
+ <file src="apps/lookup_server_connector/lib/AppInfo/Application.php">
+ <UndefinedClass occurrences="1">
+ <code>'OC\AccountManager::userUpdated'</code>
+ </UndefinedClass>
+ </file>
<file src="apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php">
<InvalidArrayOffset occurrences="10">
<code>$publicData[IAccountManager::PROPERTY_DISPLAYNAME]['value']</code>
@@ -2240,6 +2247,11 @@
<code>$this-&gt;l10n-&gt;t('You need to set your user email before being able to send test emails.')</code>
</InvalidArgument>
</file>
+ <file src="apps/settings/lib/Controller/UsersController.php">
+ <UndefinedClass occurrences="1">
+ <code>'OC\Settings\Users::loadAdditionalScripts'</code>
+ </UndefinedClass>
+ </file>
<file src="apps/settings/lib/Hooks.php">
<InvalidArgument occurrences="1">
<code>[$user-&gt;getEMailAddress() =&gt; $user-&gt;getDisplayName()]</code>
@@ -2926,6 +2938,11 @@
<code>getChecks</code>
</UndefinedInterfaceMethod>
</file>
+ <file src="apps/workflowengine/lib/Settings/ASettings.php">
+ <UndefinedClass occurrences="1">
+ <code>'OCP\WorkflowEngine::loadAdditionalSettingScripts'</code>
+ </UndefinedClass>
+ </file>
<file src="apps/workflowengine/lib/Settings/Personal.php">
<InvalidNullableReturnType occurrences="1">
<code>getSection</code>
@@ -2960,6 +2977,11 @@
<code>array</code>
</LessSpecificImplementedReturnType>
</file>
+ <file src="core/Command/Broadcast/Test.php">
+ <UndefinedClass occurrences="1">
+ <code>broadcasttest</code>
+ </UndefinedClass>
+ </file>
<file src="core/Command/Config/App/GetConfig.php">
<ImplementedReturnTypeMismatch occurrences="1">
<code>null|int</code>
@@ -4870,6 +4892,12 @@
<code>true</code>
</InvalidReturnType>
</file>
+ <file src="lib/private/Files/Stream/Encryption.php">
+ <InvalidScalarArgument occurrences="1">
+ <code>$position</code>
+ </InvalidScalarArgument>
+ <UndefinedInterfaceMethod occurrences="1"/>
+ </file>
<file src="lib/private/Files/Stream/SeekableHttpStream.php">
<FalsableReturnStatement occurrences="3">
<code>false</code>