Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add deprecated IAccountManager::PROPERTY_TWITTER to psalm ba…
…seline

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored and nextcloud-command committed Aug 8, 2025
commit d31be348af3b55c22b088ad393b7618425155fbe
40 changes: 40 additions & 0 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,11 @@
<code><![CDATA[$addressBooks[$row['id']][$readOnlyPropertyName] === 0]]></code>
</TypeDoesNotContainType>
</file>
<file src="apps/dav/lib/CardDAV/Converter.php">
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
</file>
<file src="apps/dav/lib/CardDAV/MultiGetExportPlugin.php">
<InvalidNullableReturnType>
<code><![CDATA[bool]]></code>
Expand Down Expand Up @@ -1934,6 +1939,14 @@
<code><![CDATA[dispatch]]></code>
</DeprecatedMethod>
</file>
<file src="apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php">
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
</file>
<file src="apps/oauth2/lib/Controller/OauthApiController.php">
<NoInterfaceProperties>
<code><![CDATA[$this->request->server]]></code>
Expand All @@ -1946,6 +1959,7 @@
</DeprecatedClass>
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_DISPLAYNAME_LEGACY]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
<DeprecatedMethod>
<code><![CDATA[\OC_Util::tearDownFS()]]></code>
Expand All @@ -1954,6 +1968,14 @@
</DeprecatedMethod>
</file>
<file src="apps/provisioning_api/lib/Controller/UsersController.php">
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
<DeprecatedMethod>
<code><![CDATA[getAppValue]]></code>
<code><![CDATA[getAppValue]]></code>
Expand Down Expand Up @@ -2018,6 +2040,11 @@
<code><![CDATA[getSettingsManager]]></code>
</UndefinedInterfaceMethod>
</file>
<file src="apps/settings/lib/BackgroundJobs/VerifyUserData.php">
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
</file>
<file src="apps/settings/lib/Controller/AppSettingsController.php">
<DeprecatedMethod>
<code><![CDATA[getAppValue]]></code>
Expand All @@ -2035,6 +2062,12 @@
</DeprecatedMethod>
</file>
<file src="apps/settings/lib/Controller/UsersController.php">
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
<DeprecatedMethod>
<code><![CDATA[dispatch]]></code>
<code><![CDATA[getAppValue]]></code>
Expand Down Expand Up @@ -2109,6 +2142,10 @@
<DeprecatedClass>
<code><![CDATA[\OC_Util::setupFS($user->getUID())]]></code>
</DeprecatedClass>
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
</file>
<file src="apps/settings/lib/Settings/Personal/Security/Authtokens.php">
<DeprecatedClass>
Expand Down Expand Up @@ -2629,6 +2666,9 @@
</InvalidDocblock>
</file>
<file src="apps/user_ldap/lib/User/User.php">
<DeprecatedConstant>
<code><![CDATA[IAccountManager::PROPERTY_TWITTER]]></code>
</DeprecatedConstant>
<DeprecatedMethod>
<code><![CDATA[Util::connectHook('OC_User', 'post_login', $this, 'handlePasswordExpiry')]]></code>
<code><![CDATA[getAppValue]]></code>
Expand Down