diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-06-29 04:26:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 04:26:30 +0000 |
commit | a35013ae82dc34cd4f6823b3c1ec9887f18184e1 (patch) | |
tree | 8e34ed65bfbdf4df8ab76425ea53678524cdf289 /build/psalm-baseline.xml | |
parent | 15dced6eed1b4cbeff485aa4d138ceb22a93b1c5 (diff) | |
download | nextcloud-server-a35013ae82dc34cd4f6823b3c1ec9887f18184e1.tar.gz nextcloud-server-a35013ae82dc34cd4f6823b3c1ec9887f18184e1.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 641a9303461..483250b1237 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1753,17 +1753,6 @@ <code>null</code> </NullArgument> </file> - <file src="apps/user_ldap/lib/Jobs/UpdateGroups.php"> - <InvalidReturnStatement occurrences="1"> - <code>\OC::$server->getConfig()->getAppValue('user_ldap', 'bgjRefreshInterval', 3600)</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>int</code> - </InvalidReturnType> - <InvalidScalarArgument occurrences="1"> - <code>3600</code> - </InvalidScalarArgument> - </file> <file src="apps/user_ldap/lib/Mapping/AbstractMapping.php"> <RedundantCondition occurrences="1"> <code>isset($qb)</code> @@ -2233,22 +2222,6 @@ <code>array</code> </InvalidReturnType> </file> - <file src="lib/private/App/Platform.php"> - <UndefinedThisPropertyAssignment occurrences="1"> - <code>$this->config</code> - </UndefinedThisPropertyAssignment> - <UndefinedThisPropertyFetch occurrences="1"> - <code>$this->config</code> - </UndefinedThisPropertyFetch> - </file> - <file src="lib/private/App/PlatformRepository.php"> - <NullableReturnStatement occurrences="1"> - <code>null</code> - </NullableReturnStatement> - <UndefinedThisPropertyAssignment occurrences="1"> - <code>$this->packages</code> - </UndefinedThisPropertyAssignment> - </file> <file src="lib/private/AppConfig.php"> <FalsableReturnStatement occurrences="1"> <code>$values</code> @@ -2649,18 +2622,6 @@ <code>$offset</code> <code>$offset</code> </InvalidOperand> - <UndefinedThisPropertyAssignment occurrences="4"> - <code>$this->migrationsNamespace</code> - <code>$this->migrationsNamespace</code> - <code>$this->migrationsPath</code> - <code>$this->migrationsPath</code> - </UndefinedThisPropertyAssignment> - <UndefinedThisPropertyFetch occurrences="4"> - <code>$this->migrationsNamespace</code> - <code>$this->migrationsNamespace</code> - <code>$this->migrationsPath</code> - <code>$this->migrationsPath</code> - </UndefinedThisPropertyFetch> </file> <file src="lib/private/DB/Migrator.php"> <InvalidArgument occurrences="1"> @@ -2931,9 +2892,6 @@ <code>string</code> <code>string</code> </InvalidReturnType> - <UndefinedThisPropertyAssignment occurrences="1"> - <code>$this->exists</code> - </UndefinedThisPropertyAssignment> </file> <file src="lib/private/Files/Node/Folder.php"> <InvalidReturnStatement occurrences="1"> @@ -2945,9 +2903,6 @@ <MoreSpecificImplementedParamType occurrences="1"> <code>$node</code> </MoreSpecificImplementedParamType> - <UndefinedThisPropertyAssignment occurrences="1"> - <code>$this->exists</code> - </UndefinedThisPropertyAssignment> </file> <file src="lib/private/Files/Node/HookConnector.php"> <InvalidArgument occurrences="13"> |