X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2Fjobs%2FEnotifNotifyJob.php;h=9a5c3c723c46e42f4c9261c87aac6576b96faed0;hb=3c637a46c89ae682fc95ae3e95b1870d2f39edc1;hp=1ed99a58abc863bdf7a43d7a7aa3391681718036;hpb=9ffd4f085d71116f0a643dd0cbd10f1008fa4ace;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/jobqueue/jobs/EnotifNotifyJob.php b/includes/jobqueue/jobs/EnotifNotifyJob.php index 1ed99a58ab..9a5c3c723c 100644 --- a/includes/jobqueue/jobs/EnotifNotifyJob.php +++ b/includes/jobqueue/jobs/EnotifNotifyJob.php @@ -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 ); }