1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 12:34:03 +00:00

Update removeNestedDirectories docblock

This commit is contained in:
lukinovec 2026-09-11 07:05:31 +02:00
parent 9ec732cfce
commit 42df25ac39

View file

@ -18,7 +18,8 @@ class RemoveStorageSymlinksAction
/** /**
* Should the directories created for nested symlinks be removed along with the symlink. * 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 * @see CreateStorageSymlinksAction
*/ */