X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fparser%2FPPDStack.php;h=b9d796d7a05064728a0a108f9db90e407caf9dc9;hb=54c93f1d384cd5accd2db2ebbb911e4d627c2980;hp=adc0bc00142db751bfc21219085b4e771da598bc;hpb=8963110d01b0f376d900171fe7506fed5df80cf8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/PPDStack.php b/includes/parser/PPDStack.php index adc0bc0014..b9d796d7a0 100644 --- a/includes/parser/PPDStack.php +++ b/includes/parser/PPDStack.php @@ -24,10 +24,14 @@ * @ingroup Parser */ class PPDStack { - public $stack, $rootAccum; + /** @var PPDStackElement[] */ + public $stack; + public $rootAccum; + /** @var string|array */ + public $accum; /** - * @var PPDStack|false + * @var PPDStackElement|false */ public $top; public $out;