Passed
Push — master ( dc3e05...4deff3 )
by Christoph
12:00 queued 10s
created
lib/private/Support/Subscription/Registry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
 					$userCount += $backendUsers;
199 199
 				} else {
200 200
 					// TODO what if the user count can't be determined?
201
-					$this->logger->warning('Can not determine user count for ' . get_class($backend), ['app' => 'lib']);
201
+					$this->logger->warning('Can not determine user count for '.get_class($backend), ['app' => 'lib']);
202 202
 				}
203 203
 			}
204 204
 		}
Please login to merge, or discard this patch.