Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add deleteSources function #4

Merged
merged 3 commits into from
Nov 9, 2023
Merged

add deleteSources function #4

merged 3 commits into from
Nov 9, 2023

Conversation

kyteinsky
Copy link
Contributor

No description provided.

@kyteinsky kyteinsky requested a review from marcelklehr November 8, 2023 14:48
public function deleteSources(string $userId, string ...$sourceNames): void {
if (count($sourceNames) === 0) {
return;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should really install PHPCodeSniffer :D

@marcelklehr marcelklehr merged commit 84ce529 into main Nov 9, 2023
1 check passed
@marcelklehr marcelklehr deleted the feat/deleteSources branch November 9, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants