Completed
Push — master ( 748eb1...a3574b )
by René
23s queued 18s
created
lib/Controller/ShareController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
 				$userShare->setPollId($publicShare->getPollId());
210 210
 				$userShare->setUserId($userName);
211 211
 				$userShare->setUserEmail('');
212
-				$this->logger->debug('Create share: '. json_encode($userShare));
212
+				$this->logger->debug('Create share: ' . json_encode($userShare));
213 213
 				$userShare = $this->mapper->insert($userShare);
214 214
 				return new DataResponse($userShare, Http::STATUS_OK);
215 215
 
Please login to merge, or discard this patch.