Merged
Conversation
6b88d85 to
47e897d
Compare
0da5bdd to
f752b68
Compare
| * @param bool $isAvailable | ||
| */ | ||
| public function setAvailability($available) { | ||
| public function setAvailability($isAvailable) { |
Check notice
Code scanning / Psalm
MissingReturnType
apps/user_ldap/lib/Access.php
Outdated
| @$this->invokeLDAPMethod('modReplace', $userDN, $password); | ||
| } catch (ConstraintViolationException $e) { | ||
| throw new HintException('Password change rejected.', \OC::$server->getL10N('user_ldap')->t('Password change rejected. Hint: ') . $e->getMessage(), (int)$e->getCode()); | ||
| throw new HintException('Password change rejected.', \OC::$server->getL10N('user_ldap')->t('Password change rejected. Hint: ') . $e->getMessage(), $e->getCode()); |
Check notice
Code scanning / Psalm
DeprecatedMethod
f752b68 to
4adfc63
Compare
9bc45e9 to
c7ec317
Compare
| // Create a new job and store the creation date | ||
| $this->jobList->add(ResetTokenBackgroundJob::class); | ||
| $this->config->setAppValue('core', 'updater.secret.created', $this->timeFactory->getTime()); | ||
| $this->config->setAppValue('core', 'updater.secret.created', (string)$this->timeFactory->getTime()); |
Check notice
Code scanning / Psalm
DeprecatedMethod
c7ec317 to
3f969f7
Compare
d634595 to
0be733b
Compare
This was referenced Mar 31, 2023
Closed
Merged
4 tasks
This was referenced Apr 14, 2023
0be733b to
c2a289e
Compare
Member
Author
|
I already tried fixing a lot of the new found issues, but it's getting out of hand. What I did now is just ignore all the new errors so that we can finally have psalm 5. |
Member
Author
|
No idea what the failing security analysis means, the output by psalm seems to be incorrect. |
Contributor
Member
Author
|
Yeah I filed an issue at vimeo/psalm#9712, I hope it gets fixed soon. |
come-nc
reviewed
Apr 25, 2023
come-nc
approved these changes
Apr 27, 2023
Signed-off-by: jld3103 <[email protected]>
c2a289e to
9fddbea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Checklist