Skip to content

Commit

Permalink
Merge branch '2' into 3
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
#	src/GraphQL/Operations/AbstractPublishOperationCreator.php
#	src/GraphQL/Operations/CopyToStageCreator.php
#	src/GraphQL/Operations/PublishCreator.php
#	src/GraphQL/Operations/RollbackCreator.php
#	src/GraphQL/Operations/UnpublishCreator.php
#	src/GraphQL/Plugins/UnpublishOnDelete.php
#	src/GraphQL/Plugins/VersionedDataObject.php
#	src/GraphQL/Plugins/VersionedRead.php
#	src/GraphQL/Resolvers/VersionFilters.php
#	src/GraphQL/Resolvers/VersionedResolver.php
#	src/GridFieldArchiveAction.php
#	src/Versioned.php
#	src/VersionedGridFieldItemRequest.php
  • Loading branch information
GuySartorelli committed Sep 24, 2024
2 parents dc6625d + 1d78d30 commit a7e5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Versioned.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a7e5891

Please sign in to comment.