Merge "Enforce some type hinting in Linker class"
[lhc/web/wiklou.git] / includes / config / ConfigException.php
index 368ca5a..75cd5ee 100644 (file)
@@ -25,4 +25,5 @@
  *
  * @since 1.23
  */
-class ConfigException extends MWException {}
+class ConfigException extends MWException {
+}