Completed
Push — master ( ea5e91...609037 )
by Maxence
15s queued 14s
created
lib/Service/LocalFilesService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 
125 125
 		foreach ($shares['users'] ?? [] as $user => $node) {
126 126
 			if (!is_string($user)) {
127
-				$this->logger->warning('malformed access list: ' . json_encode($shares));
127
+				$this->logger->warning('malformed access list: '.json_encode($shares));
128 128
 				continue;
129 129
 			}
130 130
 			if (in_array($user, $users) || $this->userManager->get($user) === null) {
Please login to merge, or discard this patch.