build: Bump mediawiki-phan-config to 0.8.0
[lhc/web/wiklou.git] / includes / libs / rdbms / loadmonitor / LoadMonitorMySQL.php
index 5ae5bbd..7383472 100644 (file)
@@ -44,6 +44,7 @@ class LoadMonitorMySQL extends LoadMonitor {
 
        protected function getWeightScale( $index, IDatabase $conn = null ) {
                if ( !$conn ) {
+                       // @phan-suppress-next-line PhanTypeMismatchArgumentReal
                        return parent::getWeightScale( $index, $conn );
                }