Page is an interface not a class
authoraddshore <addshorewiki@gmail.com>
Tue, 2 Feb 2016 18:13:39 +0000 (19:13 +0100)
committeraddshore <addshorewiki@gmail.com>
Tue, 2 Feb 2016 18:13:39 +0000 (19:13 +0100)
Change-Id: I299067320a2f8e541eba668464eb18c42bfb56e5

includes/page/WikiPage.php

index c02f975..b7eef8f 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
  */
 
 /**
- * Abstract class for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
+ * Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
  */
 interface Page {
 }
  */
 interface Page {
 }