X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FTitleArrayFromResult.php;h=668ea54b919bf772462c25c441d32905242be3d7;hp=b4a553f2b75b803da9666bc9c4f9a567c2625e89;hb=b51076a84446d157bed511246450e70d26e0f945;hpb=15bd6e2b0bff3473b179e86f2c1b23d8e528de2f diff --git a/includes/TitleArrayFromResult.php b/includes/TitleArrayFromResult.php index b4a553f2b7..668ea54b91 100644 --- a/includes/TitleArrayFromResult.php +++ b/includes/TitleArrayFromResult.php @@ -25,12 +25,12 @@ */ class TitleArrayFromResult extends TitleArray implements Countable { + /** @var ResultWrapper */ + public $res; - /** - * @var ResultWrapper - */ - var $res; - var $key, $current; + public $key; + + public $current; function __construct( $res ) { $this->res = $res; @@ -39,7 +39,7 @@ class TitleArrayFromResult extends TitleArray implements Countable { } /** - * @param $row ResultWrapper + * @param bool|ResultWrapper $row * @return void */ protected function setCurrent( $row ) {