diff --git a/src/Client.php b/src/Client.php index 2ec9ebd9..94ca0106 100755 --- a/src/Client.php +++ b/src/Client.php @@ -773,9 +773,9 @@ public function checkFolder(string $folder_path): array { /** * Get the current active folder * - * @return string + * @return null|string */ - public function getFolderPath(): string { + public function getFolderPath(): ?string { return $this->active_folder; }