X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FPPDPart.php;h=6b63a0dd96c711e782245f37568b1e3897e2c007;hb=a1ef77b2d80830fbcb617a83961d78cff9d6e384;hp=187373052c8a7fcbd19c3a0a1d14af92da9c1f16;hpb=3074a4521a18e78e52ba44cc7c185bac7af4a866;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/PPDPart.php b/includes/parser/PPDPart.php index 187373052c..6b63a0dd96 100644 --- a/includes/parser/PPDPart.php +++ b/includes/parser/PPDPart.php @@ -21,6 +21,10 @@ /** * @ingroup Parser + * + * @property int $eqpos + * @property int $commentEnd + * @property int $visualEnd */ class PPDPart { /** @@ -33,6 +37,9 @@ class PPDPart { // commentEnd Past-the-end input pointer for the last comment encountered // visualEnd Past-the-end input pointer for the end of the accumulator minus comments + /** + * @param string $out + */ public function __construct( $out = '' ) { $this->out = $out; }