Completed
Pull Request — master (#645)
by Maxence
34s
created
lib/Service/SearchService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
228 228
 		try {
229 229
 			$circleManager->startsession();
230 230
 			$circleIds = array_map(
231
-				function (Circle $circle): string {
231
+				function(Circle $circle): string {
232 232
 					return $circle->getSingleId();
233 233
 				}, $circleManager->getCircles()
234 234
 			);
Please login to merge, or discard this patch.