diff --git a/src/Versioned.php b/src/Versioned.php index 4bf17645..87858e5a 100644 --- a/src/Versioned.php +++ b/src/Versioned.php @@ -1994,7 +1994,7 @@ public function stagesDifferRecursive(): bool public function Versions($filter = "", $sort = "", $limit = "", $join = "", $having = "") { if ($having) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { $message = 'The $having parameter does nothing and will be removed without equivalent' . ' functionality to replace it'; Deprecation::notice('2.2.0', $message);