Skip to content

Commit

Permalink
fixed #128
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Feb 11, 2018
1 parent 8f416c5 commit 8d5a485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Issue/IssueField.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function setDescription($description)
/**
* add a Affects version.
*
* @param string|array $name
* @param mixed string or array $name
*
* @return $this
*/
Expand Down Expand Up @@ -316,7 +316,7 @@ public function addLabel($label)
/**
* set issue type.
*
* @param IssueType|string $name
* @param mixed IssueType or string $name
*
* @return $this
*/
Expand Down Expand Up @@ -362,7 +362,7 @@ public function setParent(Issue $parent)
/**
* add issue component.
*
* @param string|array $component
* @param mixed string or array $component
*
* @return $this
*/
Expand Down

0 comments on commit 8d5a485

Please sign in to comment.