Passed
Push — master ( 9beda0...9f7fca )
by Georg
13:29 queued 11s
created
lib/private/Authentication/Token/RemoteWipe.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
 		$dbToken = $e->getToken();
79 79
 
80
-		$this->logger->info("user " . $dbToken->getUID() . " started a remote wipe");
80
+		$this->logger->info("user ".$dbToken->getUID()." started a remote wipe");
81 81
 
82 82
 		$this->eventDispatcher->dispatch(RemoteWipeStarted::class, new RemoteWipeStarted($dbToken));
83 83
 
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 
106 106
 		$this->tokenProvider->invalidateToken($token);
107 107
 
108
-		$this->logger->info("user " . $dbToken->getUID() . " finished a remote wipe");
108
+		$this->logger->info("user ".$dbToken->getUID()." finished a remote wipe");
109 109
 		$this->eventDispatcher->dispatch(RemoteWipeFinished::class, new RemoteWipeFinished($dbToken));
110 110
 
111 111
 		return true;
Please login to merge, or discard this patch.