Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit c599283

Browse files
authored
Fix Auth_OpenID_ServerErrorContainer variable scope (#155)
1 parent 8a68f6d commit c599283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Auth/OpenID/Consumer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,10 +2323,10 @@ class Auth_OpenID_TypeURIMismatch extends Auth_OpenID_FailureResponse {
23232323
class Auth_OpenID_ServerErrorContainer {
23242324

23252325
/** @var Auth_OpenID_Message */
2326-
private $message;
2326+
public $message;
23272327

23282328
/** @var string */
2329-
private $error_code;
2329+
public $error_code;
23302330
/** @var string */
23312331
private $error_text;
23322332

0 commit comments

Comments
 (0)