From ec744b9826fa97eb49d2bc1ccf0455f63b8b46a3 Mon Sep 17 00:00:00 2001 From: Pierre PLAZANET Date: Fri, 27 Oct 2023 15:59:17 +0200 Subject: [PATCH] Update src/Gaufrette/Adapter/PhpseclibSftp.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grégoire Drapeau --- src/Gaufrette/Adapter/PhpseclibSftp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gaufrette/Adapter/PhpseclibSftp.php b/src/Gaufrette/Adapter/PhpseclibSftp.php index f4202d1f..befa1924 100644 --- a/src/Gaufrette/Adapter/PhpseclibSftp.php +++ b/src/Gaufrette/Adapter/PhpseclibSftp.php @@ -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)) {