Merge "Third argument to unpack() requires PHP 7.1"
[lhc/web/wiklou.git] / includes / jobqueue / jobs / EnotifNotifyJob.php
index 1ed99a5..9a5c3c7 100644 (file)
@@ -27,7 +27,7 @@
  * @ingroup JobQueue
  */
 class EnotifNotifyJob extends Job {
-       function __construct( $title, $params ) {
+       function __construct( Title $title, array $params ) {
                parent::__construct( 'enotifNotify', $title, $params );
        }