diff options
Diffstat (limited to 'includes/api/ApiQueryWatchlist.php')
-rw-r--r-- | includes/api/ApiQueryWatchlist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 8a3c4268293b..b7577a7427b3 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -341,6 +341,7 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase { ) ) { if ( $this->fld_title ) { + // @phan-suppress-next-line PhanTypeMismatchArgumentNullable castFrom does not return null here ApiQueryBase::addTitleInfo( $vals, $title ); } if ( $this->fld_ids ) { |