diff options
Diffstat (limited to 'includes/api/ApiMergeHistory.php')
-rw-r--r-- | includes/api/ApiMergeHistory.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/ApiMergeHistory.php b/includes/api/ApiMergeHistory.php index 33f06dff77b6..abcbe7237688 100644 --- a/includes/api/ApiMergeHistory.php +++ b/includes/api/ApiMergeHistory.php @@ -83,6 +83,7 @@ class ApiMergeHistory extends ApiBase { $timestamp = $params['timestamp']; // Merge! + // @phan-suppress-next-line PhanTypeMismatchArgumentNullable T240141 $status = $this->merge( $fromTitle, $toTitle, $timestamp, $reason ); if ( !$status->isOK() ) { $this->dieStatus( $status ); |