Skip to content

Commit ecd0752

Browse files
committed
fix phpdocs
1 parent d872a03 commit ecd0752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AbstractPasswordExposedChecker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function isExposedByHash(string $hash): ?bool
106106
}
107107

108108
/**
109-
* @param $hash
109+
* @param string $hash
110110
*
111111
* @throws \Psr\Http\Client\ClientExceptionInterface
112112
*
@@ -121,7 +121,7 @@ protected function makeRequest(string $hash): ResponseInterface
121121
}
122122

123123
/**
124-
* @param $string
124+
* @param string $string
125125
*
126126
* @return string
127127
*/

0 commit comments

Comments
 (0)