X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTitleArrayFromResult.php;h=668ea54b919bf772462c25c441d32905242be3d7;hb=0e15a6068a5a07fc109b5898ae51fdb8decafaf0;hp=4fcb2eb16ff4e075b7a9709bbd5c537fb5684b2a;hpb=59e93ed412e3eb46e49c121a26f62a57fa212a68;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/TitleArrayFromResult.php b/includes/TitleArrayFromResult.php index 4fcb2eb16f..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;