()
| 70 | } |
| 71 | |
| 72 | private static function trashRoot(): string |
| 73 | { |
| 74 | if (class_exists('SourceContext')) { |
| 75 | return SourceContext::trashRoot(); |
| 76 | } |
| 77 | return rtrim((string)TRASH_DIR, '/\\') . DIRECTORY_SEPARATOR; |
| 78 | } |
| 79 | |
| 80 | private static function shouldUseRemoteMarker(StorageAdapterInterface $storage): bool |
| 81 | { |
no outgoing calls
no test coverage detected