Work around database corruption reported on WP:VPT -- unlinked title instead of PHP...
[lhc/web/wiklou.git] / includes / HistoryBlob.php
index 984ee2d..3772926 100644 (file)
@@ -1,11 +1,8 @@
 <?php
-/**
- *
- */
 
 /**
  * Pure virtual parent
- * @todo document (needs a one-sentence top-level class description, that answers the question: "what is a HistoryBlob?") 
+ * @todo document (needs a one-sentence top-level class description, that answers the question: "what is a HistoryBlob?")
  */
 interface HistoryBlob
 {
@@ -308,6 +305,3 @@ class HistoryBlobCurStub {
                return $row->cur_text;
        }
 }
-
-
-