Fix typehint phpdoc

This commit is contained in:
Fran Moreno 2020-08-02 20:37:15 +02:00
parent b61fa4480b
commit 27bb1c499d

View File

@ -60,9 +60,9 @@ abstract class Guess
* If there are multiple guesses with the same, highest confidence, the * If there are multiple guesses with the same, highest confidence, the
* returned guess is any of them. * returned guess is any of them.
* *
* @param Guess[] $guesses An array of guesses * @param static[] $guesses An array of guesses
* *
* @return self|null * @return static|null
*/ */
public static function getBestGuess(array $guesses) public static function getBestGuess(array $guesses)
{ {