@@ -239,7 +239,7 @@ |
||
239 | 239 | * @throws CircleAlreadyExistsException |
240 | 240 | * @throws CircleCreationException |
241 | 241 | */ |
242 | - public function create(Circle &$circle, Member &$owner) { |
|
242 | + public function create(Circle & $circle, Member & $owner) { |
|
243 | 243 | |
244 | 244 | if ($circle->getType() === Circle::CIRCLES_PERSONAL) { |
245 | 245 |
@@ -173,11 +173,11 @@ discard block |
||
173 | 173 | |
174 | 174 | $data = $exists->fetch(); |
175 | 175 | $exists->closeCursor(); |
176 | - $this->misc->log('______ ' . var_export($data, true)); |
|
176 | + $this->misc->log('______ '.var_export($data, true)); |
|
177 | 177 | |
178 | - $this->misc->log('______ ' . $qb->getSQL()); |
|
178 | + $this->misc->log('______ '.$qb->getSQL()); |
|
179 | 179 | $this->misc->log( |
180 | - '______ ' . \OCP\Share::SHARE_TYPE_CIRCLE . ' ' . $share->getSharedWith() . ' ' |
|
180 | + '______ '.\OCP\Share::SHARE_TYPE_CIRCLE.' '.$share->getSharedWith().' ' |
|
181 | 181 | . |
182 | 182 | $share->getNode() |
183 | 183 | ->getId()); |
@@ -689,7 +689,7 @@ discard block |
||
689 | 689 | ) |
690 | 690 | ->leftJoin( |
691 | 691 | 's', 'share', 's2', $qb->expr() |
692 | - ->eq('s.id', 's2.parent') . ' AND ' . $qb->expr() |
|
692 | + ->eq('s.id', 's2.parent').' AND '.$qb->expr() |
|
693 | 693 | ->eq( |
694 | 694 | 's2.share_with', |
695 | 695 | $qb->createNamedParameter( |