Completed
Branch testscrut1 (5550f6)
by Maxence
03:30 queued 01:20
created
lib/ShareByCircleProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -879,7 +879,7 @@
 block discarded – undo
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
Please login to merge, or discard this 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.