Completed
Push — master ( 1d70a7...b116b8 )
by Maxence
24s queued 12s
created
lib/Service/SearchService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
 			$circleManager = OC::$server->get(CirclesManager::class);
230 230
 			$circleManager->startsession();
231 231
 			$circleIds = array_map(
232
-				function (Circle $circle): string {
232
+				function(Circle $circle): string {
233 233
 					return $circle->getSingleId();
234 234
 				}, $circleManager->getCircles()
235 235
 			);
Please login to merge, or discard this patch.