We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04ebf6 commit c35fc6aCopy full SHA for c35fc6a
src/Backup/Sync/Sftp.php
@@ -36,6 +36,10 @@ class Sftp implements Sync
36
*/
37
protected $remotePath;
38
39
+ /**
40
+ * (non-PHPdoc)
41
+ * @see \phpbu\Backup\Sync::setup()
42
+ */
43
public function setup(array $config)
44
{
45
if (!class_exists('\\phpseclib\\Net\\SFTP')) {
@@ -56,6 +60,10 @@ public function setup(array $config)
56
60
$this->remotePath = !empty($config['path']) ? $config['path'] : '';
57
61
}
58
62
63
64
65
+ * @see \phpbu\Backup\Sync::sync()
66
59
67
public function sync(Target $target, Result $result)
68
69
// silence phpseclib
0 commit comments