Skip to content

Conversation

@provokateurin
Copy link
Member

Summary

Split out from #37390

Checklist

// 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

The method OCP\AppFramework\Utility\ITimeFactory::getTime has been marked as deprecated
$this->userManager = $userManager;
$this->setInterval(
\OC::$server->getConfig()->getAppValue(
(int)\OC::$server->getConfig()->getAppValue(

Check notice

Code scanning / Psalm

DeprecatedMethod

The method OC\Server::getConfig has been marked as deprecated
@provokateurin provokateurin force-pushed the fix/config-values-types branch 2 times, most recently from 21a6cad to 50ed0d9 Compare April 3, 2023 06:33
@provokateurin provokateurin force-pushed the fix/config-values-types branch 2 times, most recently from fe02954 to a3edcbe Compare April 5, 2023 05:25
@provokateurin provokateurin force-pushed the fix/config-values-types branch from a3edcbe to d9f8522 Compare April 5, 2023 07:09
@provokateurin provokateurin merged commit 88ab6d4 into master Apr 5, 2023
@provokateurin provokateurin deleted the fix/config-values-types branch April 5, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants