Seditio Source
Root |
./othercms/dle15_0/upload/engine/classes/composer/vendor/league/flysystem-sftp-v3/ConnectivityChecker.php
<?php

declare(strict_types=1);

namespace
League\Flysystem\PhpseclibV3;

use
phpseclib3\Net\SFTP;

interface
ConnectivityChecker
{
    public function
isConnected(SFTP $connection): bool;
}