X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=blobdiff_plain;f=includes%2Fparser%2FParser.php;h=d7a15aff23e5ae000b3d606d965ee84c65a81974;hb=7f7efbe026b01be36019c26571224a6e8a178677;hp=a19f86ca67eb5e76db4e0bc28af9a57707279cae;hpb=ab9436fb9a20b5a335574e36fdd476becabe2dd1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index a19f86ca67..d7a15aff23 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -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 ); }