Skip to content

Commit

Permalink
Properly return nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jan 14, 2025
1 parent ca80c8d commit cb7185d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ public function checkFolder(string $folder_path): array
/**
* Get the current active folder.
*/
public function getFolderPath(): string
public function getFolderPath(): ?string
{
return $this->active_folder;
}
Expand Down

0 comments on commit cb7185d

Please sign in to comment.