Skip to content

Commit

Permalink
fix phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Oct 4, 2021
1 parent 327f93e commit 4afec97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AbstractPasswordExposedChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function isExposedByHash(string $hash): ?bool
}

/**
* @param $hash
* @param string $hash
*
* @throws \Psr\Http\Client\ClientExceptionInterface
*
Expand All @@ -121,7 +121,7 @@ protected function makeRequest(string $hash): ResponseInterface
}

/**
* @param $string
* @param string $string
*
* @return string
*/
Expand Down

0 comments on commit 4afec97

Please sign in to comment.