Skip to content

Commit

Permalink
Down-grade property typing
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 29, 2022
1 parent c222d21 commit 03ce85c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Ftp/FtpAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ class FtpAdapter implements FilesystemAdapter
*/
private $mimeTypeDetector;

private ?string $rootDirectory = null;
/**
* @var null|string
*/
private $rootDirectory = null;

public function __construct(
FtpConnectionOptions $connectionOptions,
Expand Down

0 comments on commit 03ce85c

Please sign in to comment.