Fix some erroneous @param annotations.
See #30799. Built from https://develop.svn.wordpress.org/trunk@31219 git-svn-id: http://core.svn.wordpress.org/trunk@31200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -36,7 +36,10 @@
|
||||
class WP_Filesystem_SSH2 extends WP_Filesystem_Base {
|
||||
|
||||
public $link = false;
|
||||
public $sftp_link = false;
|
||||
/**
|
||||
* @var resource
|
||||
*/
|
||||
public $sftp_link;
|
||||
public $keys = false;
|
||||
|
||||
public function __construct($opt='') {
|
||||
|
||||
Reference in New Issue
Block a user