Skip to content

Commit

Permalink
issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hervé Guenot committed Jul 15, 2015
1 parent ecb451e commit 5621e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/FtpDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class FtpDriver extends \yii\base\Object implements RemoteDriver {

/**
* @var string FTP port.
private
public $port = 21;
*/
private $port = 21;

/**
* @var string FTP username.
Expand Down

0 comments on commit 5621e07

Please sign in to comment.