Merge "(bug 41470) Use numParams in Language::formatDuration"
[lhc/web/wiklou.git] / includes / ConfEditor.php
index d304e65..e563416 100644 (file)
@@ -1060,6 +1060,7 @@ class ConfEditorParseError extends MWException {
                                return "$line\n" .str_repeat( ' ', $this->colNum - 1 ) . "^\n";
                        }
                }
+               return '';
        }
 
 }