diff options
Diffstat (limited to 'includes/parser/PPDStackElement_Hash.php')
-rw-r--r-- | includes/parser/PPDStackElement_Hash.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/parser/PPDStackElement_Hash.php b/includes/parser/PPDStackElement_Hash.php index 26351b21d344..5de5f479e94a 100644 --- a/includes/parser/PPDStackElement_Hash.php +++ b/includes/parser/PPDStackElement_Hash.php @@ -59,6 +59,7 @@ class PPDStackElement_Hash extends PPDStackElement { } else { $accum[++$lastIndex] = '|'; } + // @phan-suppress-next-line PhanTypeMismatchForeach foreach ( $part->out as $node ) { if ( is_string( $node ) && is_string( $accum[$lastIndex] ) ) { $accum[$lastIndex] .= $node; |