Merge "Add .pipeline/ with dev image variant"
[lhc/web/wiklou.git] / includes / parser / PPDPart_Hash.php
index d4f66f7..597f851 100644 (file)
@@ -35,6 +35,7 @@ class PPDPart_Hash extends PPDPart {
                } else {
                        $accum = [];
                }
+               // @phan-suppress-next-line PhanTypeMismatchArgument
                parent::__construct( $accum );
        }
 }