()
| 91 | } |
| 92 | |
| 93 | private static function remoteDirMarker(): string |
| 94 | { |
| 95 | return defined('FR_REMOTE_DIR_MARKER') ? (string)FR_REMOTE_DIR_MARKER : '.filerise_keep'; |
| 96 | } |
| 97 | |
| 98 | private static function ensureRemoteFolderMarker(StorageAdapterInterface $storage, string $dir): void |
| 99 | { |
no outgoing calls
no test coverage detected