Globally unsuppress phan issues with low count
[lhc/web/wiklou.git] / includes / parser / Parser.php
index a19f86c..d7a15af 100644 (file)
@@ -413,6 +413,7 @@ class Parser {
                if ( isset( $this->mLinkHolders ) ) {
                        unset( $this->mLinkHolders );
                }
+               // @phan-suppress-next-line PhanTypeSuspiciousNonTraversableForeach
                foreach ( $this as $name => $value ) {
                        unset( $this->$name );
                }