Completed
Pull Request — master (#1188)
by Maxence
38s
created
lib/ShareByCircleProvider.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
 
447 447
 		return array_filter(
448 448
 			array_map(
449
-				function (ShareWrapper $wrapper) {
449
+				function(ShareWrapper $wrapper) {
450 450
 					return $wrapper->getShare($this->rootFolder, $this->userManager, $this->urlGenerator);
451 451
 				}, $wrappedShares
452 452
 			)
@@ -498,7 +498,7 @@  discard block
 block discarded – undo
498 498
 
499 499
 		return array_filter(
500 500
 			array_map(
501
-				function (ShareWrapper $wrapper) {
501
+				function(ShareWrapper $wrapper) {
502 502
 					return $wrapper->getShare($this->rootFolder, $this->userManager, $this->urlGenerator);
503 503
 				}, $wrappedShares
504 504
 			)
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
 
548 548
 		return array_filter(
549 549
 			array_map(
550
-				function (ShareWrapper $wrapper) {
550
+				function(ShareWrapper $wrapper) {
551 551
 					return $wrapper->getShare(
552 552
 						$this->rootFolder, $this->userManager, $this->urlGenerator, true
553 553
 					);
@@ -578,7 +578,7 @@  discard block
 block discarded – undo
578 578
 
579 579
 		$share = $wrappedShare->getShare($this->rootFolder, $this->userManager, $this->urlGenerator);
580 580
 		if ($share->getPassword() !== '') {
581
-			$this->logger->notice('share is protected by a password, hash: ' . $share->getPassword());
581
+			$this->logger->notice('share is protected by a password, hash: '.$share->getPassword());
582 582
 		}
583 583
 
584 584
 		return $share;
Please login to merge, or discard this patch.