Skip to content

Conversation

@nickvergessen
Copy link
Member

Backport of #51049

- No leading/trailing whitespace
- Use asci single quote

Signed-off-by: Joas Schilling <[email protected]>
@nickvergessen nickvergessen added the 3. to review Waiting for reviews label Feb 26, 2025
@nickvergessen nickvergessen added this to the Nextcloud 32 milestone Feb 26, 2025
@nickvergessen nickvergessen self-assigned this Feb 26, 2025
@nickvergessen
Copy link
Member Author

/compile /

@$this->invokeLDAPMethod('modReplace', $userDN, $password);
} catch (ConstraintViolationException $e) {
throw new HintException('Password change rejected.', \OCP\Util::getL10N('user_ldap')->t('Password change rejected. Hint: ') . $e->getMessage(), (int)$e->getCode());
throw new HintException('Password change rejected.', \OCP\Util::getL10N('user_ldap')->t('Password change rejected. Hint: %s', $e->getMessage()), (int)$e->getCode());

Check notice

Code scanning / Psalm

RedundantCast Note

Redundant cast to int
Signed-off-by: nextcloud-command <[email protected]>
@nickvergessen nickvergessen merged commit 196f077 into stable29 Feb 26, 2025
179 of 182 checks passed
@nickvergessen nickvergessen deleted the backport/51049/stable29 branch February 26, 2025 15:19
@blizzz blizzz mentioned this pull request Mar 4, 2025
13 tasks
@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
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

None yet

Development

Successfully merging this pull request may close these issues.

6 participants