Use correct letter case
authorJakub Vrana <jakub@vrana.cz>
Sat, 1 Dec 2018 09:30:20 +0000 (10:30 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sat, 1 Dec 2018 09:30:20 +0000 (10:30 +0100)
Found by PHPStan.

Change-Id: I31619e0fb1819939b5b64ed01c6959668b86870c

includes/specials/pagers/BlockListPager.php

index 74ec6b5..e8a7d2d 100644 (file)
@@ -224,7 +224,7 @@ class BlockListPager extends TablePager {
                                                'ul',
                                                [],
                                                implode( '', array_map( function ( $prop ) {
-                                                       return HTML::rawElement(
+                                                       return Html::rawElement(
                                                                'li',
                                                                [],
                                                                $prop
@@ -264,7 +264,7 @@ class BlockListPager extends TablePager {
                                continue;
                        }
 
-                       $items[] = HTML::rawElement(
+                       $items[] = Html::rawElement(
                                'li',
                                [],
                                Linker::link( $restriction->getTitle() )