Skip to content

Commit

Permalink
Remove unnecessary @return doc for constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Mar 6, 2015
1 parent fa1d609 commit c465ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Grant/RenewToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class RenewToken implements GrantInterface

/**
* @param AccessToken $token
* @return void
*/
public function __construct(AccessToken $token = null)
{
Expand Down

0 comments on commit c465ae0

Please sign in to comment.