individual message cache entries should start with ' ', also in memcached
[lhc/web/wiklou.git] / includes / NamespaceCompat.php
index d9cbf88..15c7647 100644 (file)
@@ -1,10 +1,9 @@
 <?php
 
-// For compatibility with extensions...
-// Will still die on PHP 5.3, of course. :P
-
+/**
+ * For compatibility with extensions...
+ * Will still die on PHP 5.3, of course. :P
+ */
 class Namespace extends MWNamespace {
        // ..
 }
-
-?>
\ No newline at end of file