Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Dec 9, 2024
1 parent 8630a7c commit fe9b9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Service/DirectoryService.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,11 @@ public function syncExternalDirectory(string $url): array
}

// Lets inform our new friends that we exist
foreach($foundDirectories as $foundDirectory){
foreach ($foundDirectories as $foundDirectory){
$this->broadcastService->broadcast($foundDirectory);
}

foreach($discoveredDirectories as $discoveredDirectory) {
foreach ($discoveredDirectories as $discoveredDirectory) {
$this->syncExternalDirectory($discoveredDirectory);
}

Expand Down

0 comments on commit fe9b9b0

Please sign in to comment.