Skip to content

Commit

Permalink
Update src/Gaufrette/Adapter/PhpseclibSftp.php
Browse files Browse the repository at this point in the history
Co-authored-by: Grégoire Drapeau <gregoire.drapeau79@gmail.com>
  • Loading branch information
PedroTroller and Zusoy authored Oct 27, 2023
1 parent bc76e74 commit ec744b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/Adapter/PhpseclibSftp.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ protected function initialize(): void
$this->initialized = true;
}

protected function ensureDirectoryExists(string $directory, bool $create)
protected function ensureDirectoryExists(string $directory, bool $create): void
{
$pwd = $this->sftp->pwd();
if ($this->sftp->chdir($directory)) {
Expand Down

0 comments on commit ec744b9

Please sign in to comment.