X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fparser%2FPPDPart_Hash.php;h=597f851d4a060f67ad2ae0d9f713b28ee05cd402;hb=81aa6d7a758a000dcd110a2d4d21e50aca6d3444;hp=327dd77a68c8d474f0fc9664a11970474d003968;hpb=eb70451cec6409526c8feaedf55700f51e10ffe7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/PPDPart_Hash.php b/includes/parser/PPDPart_Hash.php index 327dd77a68..597f851d4a 100644 --- a/includes/parser/PPDPart_Hash.php +++ b/includes/parser/PPDPart_Hash.php @@ -21,6 +21,7 @@ /** * @ingroup Parser + * @property string[] $out */ // phpcs:ignore Squiz.Classes.ValidClassName.NotCamelCaps class PPDPart_Hash extends PPDPart { @@ -34,6 +35,7 @@ class PPDPart_Hash extends PPDPart { } else { $accum = []; } + // @phan-suppress-next-line PhanTypeMismatchArgument parent::__construct( $accum ); } }