@@ -209,7 +209,7 @@ |
||
| 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 | |