Completed
Push — testscrut1 ( 887503...5550f6 )
by Maxence
02:18
created
lib/ShareByCircleProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -686,7 +686,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.
lib/Db/CirclesMapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.