From 42df25ac392d8919c15c3a9312d05073a8609a92 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 11 Sep 2026 07:05:31 +0200 Subject: [PATCH] Update removeNestedDirectories docblock --- src/Actions/RemoveStorageSymlinksAction.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Actions/RemoveStorageSymlinksAction.php b/src/Actions/RemoveStorageSymlinksAction.php index 6f254d76..ce808ab4 100644 --- a/src/Actions/RemoveStorageSymlinksAction.php +++ b/src/Actions/RemoveStorageSymlinksAction.php @@ -18,7 +18,8 @@ class RemoveStorageSymlinksAction /** * Should the directories created for nested symlinks be removed along with the symlink. * - * Before enabling this, make sure you understand the removeLink() method and its implications. + * Before enabling this, make sure you understand the removeLink() method + * and the high stakes of recursively removing parent directories (even if the logic should be sound). * * @see CreateStorageSymlinksAction */