Skip to content

Commit

Permalink
Merge pull request #617 from PowerKiKi/patch-1
Browse files Browse the repository at this point in the history
Remove extra semicolon
  • Loading branch information
bshaffer committed Aug 7, 2015
2 parents 5babdc6 + 72258c7 commit b60dda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/Storage/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function isPublicClient($client_id)
return false;
}

return empty($result['client_secret']);;
return empty($result['client_secret']);
}

/* ClientInterface */
Expand Down

0 comments on commit b60dda2

Please sign in to comment.