Skip to content

Commit

Permalink
Merge PR #7 - [Fix] Paramtype error in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Mar 2, 2022
2 parents 216c78d + 7b770ce commit d5cfd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function setCurrent($register, $value)
* Get the current number of a register for informational output.
* Must not be used for incrementational purposes.
*
* @param $register the register name
* @param string $register the register name
*
* @return int >= 0
*/
Expand Down

0 comments on commit d5cfd7f

Please sign in to comment.