You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Both minAge and maxAge resolve to `false` only when
53
+
// Expiration::isEnabled() is false, i.e. the retention policy is "disabled".
52
54
if ($minAge === false && $maxAge === false) {
53
-
$output->writeln('Auto expiration is configured - keeps files and folders in the trash bin for 30 days and automatically deletes anytime after that if space is needed (note: files may not be deleted if space is not needed)');
54
-
return1;
55
+
$output->writeln(
56
+
'Trash bin expiration is disabled (trashbin_retention_obligation is set to "disabled"). '
57
+
. 'No files or folders will be automatically expired by this command.'
0 commit comments