Uh oh!
There was an error while loading. Please reload this page.
Update to psalm 5 - #37390
Conversation
6b88d85 to
47e897dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
0da5bdd to
f752b68Compare| * @param bool $isAvailable | ||
| */ | ||
| public function setAvailability($available) { | ||
| public function setAvailability($isAvailable) { |
Check notice
Code scanning / Psalm
MissingReturnType
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @$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
4adfc63CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
9bc45e9 to
c7ec317Compare| // 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
3f969f7Compared634595 to
0be733bCompare0be733b to
c2a289eCompareprovokateurin
commented
Apr 25, 2023
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. |
provokateurin
commented
Apr 25, 2023
No idea what the failing security analysis means, the output by psalm seems to be incorrect. |
kesselb
commented
Apr 25, 2023
provokateurin
commented
Apr 25, 2023
Yeah I filed an issue at vimeo/psalm#9712, I hope it gets fixed soon. |
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: jld3103 <jld3103yt@gmail.com>

Summary
Checklist