Skip to content

Commit 043e99a

Browse files
authored
Update FtpConnectionInterface.md
1 parent ac61246 commit 043e99a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/FtpConnectionInterface.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ $connection->getTimeout();
2525
$connection->getTimeout();
2626
$connection->getUsername();
2727
$connection->getPassword();
28-
```
28+
$connection->isSecure();
29+
$connection->isConnected();
30+
```

0 commit comments

Comments
 (0)