Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-mykhailenko committed Jul 29, 2024
1 parent 4f897f3 commit 35fc699
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Api/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ public function update(string $domain, string $tag, string $description, array $

/**
* Returns statistics for a single tag.
* @param string $domain
* @param string $tag
* @param array $params
* @param array $requestHeaders
* @param string $domain
* @param array $params
* @param array $requestHeaders
* @return StatisticsResponse|ResponseInterface
* @throws ClientExceptionInterface
*/
Expand Down

0 comments on commit 35fc699

Please sign in to comment.