Skip to content

Commit

Permalink
Replaced tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Jan 7, 2016
1 parent 320b48a commit 5f96e17
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions lib/Transmission/Model/Torrent.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ class Torrent extends AbstractModel
protected $uploadRatio;

/**
* @var string
*/
protected $downloadDir;
* @var string
*/
protected $downloadDir;

/**
* @param integer $id
Expand Down Expand Up @@ -248,8 +248,8 @@ public function setDownloadRate($rate)
{
$this->downloadRate = (integer) $rate;
}
/**

/**
* @param integer $peersConnected
*/
public function setPeersConnected($peersConnected)
Expand Down Expand Up @@ -409,20 +409,20 @@ public function isSeeding()
}

/**
* @return string
*/
public function getDownloadDir()
{
return $this->downloadDir;
}

/**
* @param string $downloadDir
*/
public function setDownloadDir($downloadDir)
{
$this->downloadDir = $downloadDir;
}
* @return string
*/
public function getDownloadDir()
{
return $this->downloadDir;
}

/**
* @param string $downloadDir
*/
public function setDownloadDir($downloadDir)
{
$this->downloadDir = $downloadDir;
}

/**
* {@inheritDoc}
Expand Down

0 comments on commit 5f96e17

Please sign in to comment.