Skip to content

Commit

Permalink
OskarStark: Doc fix - change expiry time to int
Browse files Browse the repository at this point in the history
  • Loading branch information
dapphp committed Jan 27, 2014
1 parent 8f9b3c7 commit 0cc1fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securimage.php
Expand Up @@ -289,7 +289,7 @@ class Securimage
public $charset = 'ABCDEFGHKLMNPRSTUVWYZabcdefghklmnprstuvwyz23456789';
/**
* How long in seconds a captcha remains valid, after this time it will not be accepted
* @var unknown_type
* @var int
*/
public $expiry_time = 900;

Expand Down

0 comments on commit 0cc1fa4

Please sign in to comment.