From 2b4890cb5596cab3e921bdc027b01376c4c11bb9 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Tue, 4 Jun 2024 14:51:20 +0200 Subject: [PATCH] BUGFIX: Flush node content caches without workspace name --- Neos.Neos/Classes/Fusion/Cache/ContentCacheFlusher.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Neos.Neos/Classes/Fusion/Cache/ContentCacheFlusher.php b/Neos.Neos/Classes/Fusion/Cache/ContentCacheFlusher.php index 19ddc3fffbf..992d776e12d 100644 --- a/Neos.Neos/Classes/Fusion/Cache/ContentCacheFlusher.php +++ b/Neos.Neos/Classes/Fusion/Cache/ContentCacheFlusher.php @@ -80,9 +80,8 @@ public function flushNodeAggregate( } /** - * WorkspaceNameToFlush is nullable, so we can flush all workspaces as no specific workspaceName is provided. - * This is needed to flush nodes on asset changes, as the asset can get rendered in all workspaces, but lives - * usually only in live workspace. + * @param bool $anyWorkspace This is needed to flush nodes on asset changes, as the asset can get rendered in all workspaces, but lives + * usually only in live workspace. * * @return array */