Merge "Use gettype only for debugging text"
[lhc/web/wiklou.git] / languages / Language.php
index 50d8676..9641a89 100644 (file)
@@ -531,7 +531,7 @@ class Language {
        /**
         * Resets all of the namespace caches. Mainly used for testing
         */
-       public function resetNamespaces( ) {
+       public function resetNamespaces() {
                $this->namespaceNames = null;
                $this->mNamespaceIds = null;
                $this->namespaceAliases = null;