remove unnecessary variable declaration

This commit is contained in:
Nicolas Lœuillet
2014-04-06 20:53:31 +02:00
parent 292cd0dbd5
commit 7a873ef1d7
2 changed files with 387 additions and 389 deletions

View File

@ -101,8 +101,7 @@
*/
public function setDescription($description)
{
$tag = 'description';
$this->setElement($tag, $description);
$this->setElement('description', $description);
}
/**