MediaWiki\Block namespace minor tweaks
[lhc/web/wiklou.git] / includes / block / SystemBlock.php
index 2a8c663..029e0b8 100644 (file)
@@ -45,7 +45,7 @@ class SystemBlock extends AbstractBlock {
         *                          in the database. Value is a string to return
         *                          from self::getSystemBlockType().
         */
-       function __construct( $options = [] ) {
+       public function __construct( array $options = [] ) {
                parent::__construct( $options );
 
                $defaults = [