MediaWiki\Block namespace minor tweaks
[lhc/web/wiklou.git] / includes / block / CompositeBlock.php
index 8efd7de..e0f69dd 100644 (file)
@@ -43,7 +43,7 @@ class CompositeBlock extends AbstractBlock {
         * @param array $options Parameters of the block:
         *     originalBlocks Block[] Blocks that this block is composed from
         */
-       function __construct( $options = [] ) {
+       public function __construct( array $options = [] ) {
                parent::__construct( $options );
 
                $defaults = [