Completed
Pull Request — master (#1034)
by Maxence
45s
created
lib/Service/FederatedSyncItemService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@
 block discarded – undo
433 433
 	 */
434 434
 	private function getAffectedCircles(string $singleId): array {
435 435
 		$circleIds = array_map(
436
-			function (SyncedShare $share): string {
436
+			function(SyncedShare $share): string {
437 437
 				return $share->getCircleId();
438 438
 			}, $this->syncedShareRequest->getshares($singleId)
439 439
 		);
Please login to merge, or discard this patch.