Skip to content

Commit b1c4d87

Browse files
committed
Fix typehint phpdoc
1 parent d9c944e commit b1c4d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Guess/Guess.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ abstract class Guess
6060
* If there are multiple guesses with the same, highest confidence, the
6161
* returned guess is any of them.
6262
*
63-
* @param Guess[] $guesses An array of guesses
63+
* @param static[] $guesses An array of guesses
6464
*
65-
* @return self|null
65+
* @return static|null
6666
*/
6767
public static function getBestGuess(array $guesses)
6868
{

0 commit comments

Comments
 (0)