Skip to content

[stable30] chore(psalm): use full qualified class name for Circles - #62926

Merged
AndyScherzinger merged 1 commit into
stable30from
fix/stable30-files_sharing-psalm
Aug 5, 2026
Merged

[stable30] chore(psalm): use full qualified class name for Circles#62926
AndyScherzinger merged 1 commit into
stable30from
fix/stable30-files_sharing-psalm

Conversation

@max-nextcloud

@max-nextcloud max-nextcloud commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

The entire file is written in a way to ensure it also works
if the circles app is not installed.

So there is no Circles alias as it cannot be added with use.

This is only relevant for stable30 and before due as #48371 landed in stable31.

The entire file is written in a way to ensure it also works
if the circles app is not installed.

So there is no `Circles` alias as it cannot be added with `use`.

Signed-off-by: Max <max@nextcloud.com>
@github-actions github-actions Bot changed the title chore(psalm): use full qualified class name for Circles [stable30] chore(psalm): use full qualified class name for Circles Aug 5, 2026
@max-nextcloud
max-nextcloud marked this pull request as ready for review August 5, 2026 09:00
@max-nextcloud max-nextcloud self-assigned this Aug 5, 2026
@github-project-automation github-project-automation Bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Productivity team Aug 5, 2026
@max-nextcloud max-nextcloud moved this from 🧭 Planning evaluation (don't pick) to 👀 In review in 📝 Productivity team Aug 5, 2026
@max-nextcloud max-nextcloud added the 3. to review Waiting for reviews label Aug 5, 2026
try {
$member = Circles::getMember($sharedWith, $this->userId, 1);

$member = \OCA\Circles\Api\v1\Circles::getMember($sharedWith, $this->userId, 1);
@AndyScherzinger
AndyScherzinger merged commit 4f8173e into stable30 Aug 5, 2026
176 of 180 checks passed
@AndyScherzinger
AndyScherzinger deleted the fix/stable30-files_sharing-psalm branch August 5, 2026 11:31
@github-project-automation github-project-automation Bot moved this from 👀 In review to ☑️ Done in 📝 Productivity team Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

Status: ☑️ Done

Development

Successfully merging this pull request may close these issues.

6 participants