@@ -879,7 +879,7 @@ |
||
879 | 879 | /** |
880 | 880 | * get database row of a give share |
881 | 881 | * |
882 | - * @param $id |
|
882 | + * @param integer $id |
|
883 | 883 | * |
884 | 884 | * @return array |
885 | 885 | * @throws ShareNotFound |
@@ -686,7 +686,7 @@ |
||
686 | 686 | ) |
687 | 687 | ->leftJoin( |
688 | 688 | 's', 'share', 's2', $qb->expr() |
689 | - ->eq('s.id', 's2.parent') . ' AND ' . $qb->expr() |
|
689 | + ->eq('s.id', 's2.parent').' AND '.$qb->expr() |
|
690 | 690 | ->eq( |
691 | 691 | 's2.share_with', |
692 | 692 | $qb->createNamedParameter( |
@@ -239,7 +239,7 @@ |
||
239 | 239 | * @throws CircleCreationException |
240 | 240 | * @throws ConfigNoCircleAvailable |
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 |