Skip to content

Commit 66017ac

Browse files
committed
Fix the default value of Response::hostname
1 parent 09358c5 commit 66017ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReCaptcha/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Response
4747
* The hostname of the site where the reCAPTCHA was solved.
4848
* @var string
4949
*/
50-
private $hostname = array();
50+
private $hostname;
5151

5252
/**
5353
* Build the response from the expected JSON returned by the service.

0 commit comments

Comments
 (0)