From: addshore Date: Tue, 2 Feb 2016 18:13:39 +0000 (+0100) Subject: Page is an interface not a class X-Git-Tag: 1.31.0-rc.0~8081^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=e95da15372e7743ea1d635092bdef456c43888de;p=lhc%2Fweb%2Fwiklou.git Page is an interface not a class Change-Id: I299067320a2f8e541eba668464eb18c42bfb56e5 --- diff --git a/includes/page/WikiPage.php b/includes/page/WikiPage.php index c02f97506e..b7eef8faa3 100644 --- a/includes/page/WikiPage.php +++ b/includes/page/WikiPage.php @@ -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 { }