Skip to content

Commit fd00196

Browse files
committed
Newline
1 parent 15e3362 commit fd00196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapter/Ftpd.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public function getMetadata($path)
1212
if ($path === '') {
1313
return ['type' => 'dir', 'path' => ''];
1414
}
15+
1516
if (@ftp_chdir($this->getConnection(), $path) === true) {
1617
$this->setConnectionRoot();
1718

0 commit comments

Comments
 (0)