Skip to content

Commit

Permalink
fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
segy committed May 17, 2018
1 parent 420afd9 commit 9668a47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Pohoda/Common/AddParameterToHeaderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ trait AddParameterToHeaderTrait
/**
* Set user-defined parameter.
*
* @param string $name (can be set without preceding VPr / RefVPr)
* @param string $type
* @param mixed $value
* @param string $name (can be set without preceding VPr / RefVPr)
* @param string $type
* @param mixed $value
* @param mixed|null $list
*
* @return \Riesenia\Pohoda\Agenda
Expand Down
6 changes: 3 additions & 3 deletions src/Pohoda/Common/AddParameterTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ trait AddParameterTrait
/**
* Set user-defined parameter.
*
* @param string $name (can be set without preceding VPr / RefVPr)
* @param string $type
* @param mixed $value
* @param string $name (can be set without preceding VPr / RefVPr)
* @param string $type
* @param mixed $value
* @param mixed|null $list
*
* @return \Riesenia\Pohoda\Agenda
Expand Down

0 comments on commit 9668a47

Please sign in to comment.