Completed
Push — master ( 11de3c...30b5f0 )
by
unknown
21:45
created
apps/updatenotification/lib/BackgroundJob/ResetToken.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
 		if ($secretCreatedDiff >= 172800) {
50 50
 			$this->config->deleteSystemValue('updater.secret');
51 51
 			$this->appConfig->deleteKey('core', 'updater.secret.created');
52
-			$this->logger->warning('Cleared old `updater.secret` that was created ' . $secretCreatedDiff . ' seconds ago', ['app' => 'updatenotification']);
52
+			$this->logger->warning('Cleared old `updater.secret` that was created '.$secretCreatedDiff.' seconds ago', ['app' => 'updatenotification']);
53 53
 		} else {
54
-			$this->logger->debug('Keeping existing `updater.secret` that was created ' . $secretCreatedDiff . ' seconds ago', ['app' => 'updatenotification']);
54
+			$this->logger->debug('Keeping existing `updater.secret` that was created '.$secretCreatedDiff.' seconds ago', ['app' => 'updatenotification']);
55 55
 		}
56 56
 	}
57 57
 }
Please login to merge, or discard this patch.