X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FPPDPart.php;h=6b63a0dd96c711e782245f37568b1e3897e2c007;hb=16e107c13c939cc092c12fe867916d05e9c97af7;hp=187373052c8a7fcbd19c3a0a1d14af92da9c1f16;hpb=284778405b0e41c57b3085958401e07b6ca742e6;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; }