We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c944e commit b1c4d87Copy full SHA for b1c4d87
Guess/Guess.php
@@ -60,9 +60,9 @@ abstract class Guess
60
* If there are multiple guesses with the same, highest confidence, the
61
* returned guess is any of them.
62
*
63
- * @param Guess[] $guesses An array of guesses
+ * @param static[] $guesses An array of guesses
64
65
- * @return self|null
+ * @return static|null
66
*/
67
public static function getBestGuess(array $guesses)
68
{
0 commit comments