From 17a98ad6485e4374dea1b6bcfe3fbd582ab36c7c Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 18 Sep 2024 10:53:36 +1200 Subject: [PATCH] ENH Don't use deprecated method --- src/Tasks/ContentReviewOwnerMigrationTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tasks/ContentReviewOwnerMigrationTask.php b/src/Tasks/ContentReviewOwnerMigrationTask.php index d2b6491..8893112 100644 --- a/src/Tasks/ContentReviewOwnerMigrationTask.php +++ b/src/Tasks/ContentReviewOwnerMigrationTask.php @@ -16,7 +16,7 @@ class ContentReviewOwnerMigrationTask extends BuildTask public function __construct() { parent::__construct(); - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedWarning(function () { Deprecation::notice( '5.4.0', 'Will be removed without equivalent functionality to replace it',