Skip to content

Commit

Permalink
Update library/Zend/Code/Generator/DocBlock/Tag.php
Browse files Browse the repository at this point in the history
  • Loading branch information
neeckeloo committed May 25, 2012
1 parent d0300fc commit d255d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Code/Generator/DocBlock/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct(array $options = array())
$this->setName($options['name']);
}
if (key_exists('description', $options)) {
$this->setName($options['description']);
$this->setDescription($options['description']);
}
}

Expand Down

0 comments on commit d255d87

Please sign in to comment.