X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsite%2FSiteList.php;h=726ab46837fea35ff0ddc181d2ee526488bf69e8;hb=f704207ba129198e21ada72c2961e5bd26ac3227;hp=a94aa0b93b477871467916b688a81a4ad77c42ab;hpb=a5be382adfdad4678eec18413c6a118cb3284daf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/SiteList.php b/includes/site/SiteList.php index a94aa0b93b..726ab46837 100644 --- a/includes/site/SiteList.php +++ b/includes/site/SiteList.php @@ -23,7 +23,7 @@ * @file * @ingroup Site * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ class SiteList extends GenericArrayObject { @@ -63,7 +63,7 @@ class SiteList extends GenericArrayObject { * @return string */ public function getObjectType() { - return 'Site'; + return Site::class; } /**