From 0ec3a925a6b5c1f370393fb37fa1e389497ae0d3 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:14:27 +0100 Subject: [PATCH] TASK: Adjust comments to not reference renamed `NodeAggregateEventPublisher` --- Classes/Feature/RebaseableCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Feature/RebaseableCommand.php b/Classes/Feature/RebaseableCommand.php index 2979d3f3..3c8a9627 100644 --- a/Classes/Feature/RebaseableCommand.php +++ b/Classes/Feature/RebaseableCommand.php @@ -81,7 +81,7 @@ public static function enrichWithCommand( if ($i === 0) { if (!$command instanceof \JsonSerializable) { throw new \RuntimeException(sprintf( - 'Command %s must be JSON Serializable to be used with NodeAggregateEventPublisher.', + 'Command %s must be JSON Serializable to be rebase able.', get_class($command) )); }