From d9c7b7e788a0f26caf089dc9d4b6d2bf25960955 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Sun, 12 Nov 2023 15:09:43 +0100 Subject: [PATCH 1/2] Fix documentation --- Neos.Neos/Classes/Command/CrCommandController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neos.Neos/Classes/Command/CrCommandController.php b/Neos.Neos/Classes/Command/CrCommandController.php index 0a1a5e194fe..c989d54d7b9 100644 --- a/Neos.Neos/Classes/Command/CrCommandController.php +++ b/Neos.Neos/Classes/Command/CrCommandController.php @@ -76,7 +76,7 @@ public function exportCommand(string $path, string $contentRepository = 'default /** * Import the events from the path into the specified content repository * - * @param string $path The path for storing the result + * @param string $path The path of the stored events * @param string $contentRepository The content repository identifier * @param bool $verbose If set, all notices will be rendered * @throws \Exception From e57613c74622565933e58174712856a111ef9b96 Mon Sep 17 00:00:00 2001 From: Marc Henry Schultz <85400359+mhsdesign@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:56:05 +0100 Subject: [PATCH 2/2] TASK: Document in `cr:import` that `resource` paths are allowed --- Neos.Neos/Classes/Command/CrCommandController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neos.Neos/Classes/Command/CrCommandController.php b/Neos.Neos/Classes/Command/CrCommandController.php index c989d54d7b9..fdf13fa8db9 100644 --- a/Neos.Neos/Classes/Command/CrCommandController.php +++ b/Neos.Neos/Classes/Command/CrCommandController.php @@ -76,7 +76,7 @@ public function exportCommand(string $path, string $contentRepository = 'default /** * Import the events from the path into the specified content repository * - * @param string $path The path of the stored events + * @param string $path The path of the stored events like resource://Neos.Demo/Private/Content * @param string $contentRepository The content repository identifier * @param bool $verbose If set, all notices will be rendered * @throws \Exception