Globally unsuppress phan issues with low count
[lhc/web/wiklou.git] / languages / Language.php
index bb256c9..dd5c632 100644 (file)
@@ -467,6 +467,7 @@ class Language {
 
        /**
         * Reduce memory usage
+        * @suppress PhanTypeSuspiciousNonTraversableForeach
         */
        function __destruct() {
                foreach ( $this as $name => $value ) {