Skip to content

Commit

Permalink
Update src/Gaufrette/Adapter/Ftp.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin <kevinar9@outlook.fr>
  • Loading branch information
PedroTroller and KevinArtus authored Oct 27, 2023
1 parent 8e7ecbe commit c4fba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/Adapter/Ftp.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ private function parseRawlist(array $rawlist): array
/**
* Computes the path for the given key.
*/
private function computePath(string $key)
private function computePath(string $key): string
{
return rtrim($this->directory, '/') . '/' . $key;
}
Expand Down

0 comments on commit c4fba38

Please sign in to comment.