Skip to content

Commit

Permalink
Fix psalm check
Browse files Browse the repository at this point in the history
  • Loading branch information
charrondev committed Sep 8, 2023
1 parent 806707b commit 34ef547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SiteProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function getAllSiteRecords(): array
return $loadedSiteRecords;
});

$filteredClusters = $this->getClusters($this->region, $this->network);
$filteredClusters = $this->getClusters();
$validClusterIDs = [];
foreach ($filteredClusters as $filteredCluster) {
$validClusterIDs[] = $filteredCluster->getClusterID();
Expand Down

0 comments on commit 34ef547

Please sign in to comment.