Merge "Add ext-dom to composer.json"
[lhc/web/wiklou.git] / includes / specials / pagers / BlockListPager.php
index 77b7326..d61a1be 100644 (file)
@@ -70,6 +70,12 @@ class BlockListPager extends TablePager {
                return $headers;
        }
 
+       /**
+        * @param string $name
+        * @param string $value
+        * @return string
+        * @suppress PhanTypeArraySuspiciousNullable
+        */
        function formatValue( $name, $value ) {
                static $msg = null;
                if ( $msg === null ) {