Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Apr 3, 2024
1 parent 74423a5 commit f1db7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ public function deleteStore(string $storeId): bool
}

/**
* @return \BTCPayServer\Result\Store[]
*/
* @return \BTCPayServer\Result\Store[]
*/
public function getStores(): array
{
$url = $this->getApiUrl() . 'stores';
Expand Down

0 comments on commit f1db7af

Please sign in to comment.