Skip to content

Internal: Improve user creation and update logic for CSV sync script - refs BT#21895 #5742

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

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

christianbeeznest
Copy link
Contributor

No description provided.

Copy link

Code Climate has analyzed commit 1614fe3 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 2

View more on Code Climate.

@@ -29,14 +29,14 @@ public function isMultiple(): bool
return $accessUrlEnabled;
}

public function getFirstAccessUrl(): AccessUrl
public function getFirstAccessUrl(): ?AccessUrl

Choose a reason for hiding this comment

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

Missing function doc comment

}

public function getCurrent(): AccessUrl
public function getCurrent(): ?AccessUrl

Choose a reason for hiding this comment

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

Missing function doc comment

@NicoDucou NicoDucou merged commit 468130d into chamilo:master Aug 21, 2024
2 of 7 checks passed
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