@@ -520,7 +520,7 @@ discard block |
||
| 520 | 520 | $locations = $locationService->loadLocations($content->contentInfo); |
| 521 | 521 | if (count($locations) > 1) { |
| 522 | 522 | $otherParentLocations = array(); |
| 523 | - foreach($locations as $otherLocation) { |
|
| 523 | + foreach ($locations as $otherLocation) { |
|
| 524 | 524 | if ($otherLocation->id != $location->id) { |
| 525 | 525 | $otherParentLocations[] = $otherLocation->parentLocationId; |
| 526 | 526 | } |
@@ -696,7 +696,7 @@ discard block |
||
| 696 | 696 | }, |
| 697 | 697 | array_filter( |
| 698 | 698 | $this->repository->getContentLanguageService()->loadLanguages(), |
| 699 | - function ($language) { |
|
| 699 | + function($language) { |
|
| 700 | 700 | return $language->enabled; |
| 701 | 701 | } |
| 702 | 702 | ) |