summaryrefslogtreecommitdiff
path: root/includes/jobqueue/jobs/EnotifNotifyJob.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/jobqueue/jobs/EnotifNotifyJob.php')
-rw-r--r--includes/jobqueue/jobs/EnotifNotifyJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/jobqueue/jobs/EnotifNotifyJob.php b/includes/jobqueue/jobs/EnotifNotifyJob.php
index 1ed99a58..9a5c3c72 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 );
}