Skip to content

Commit

Permalink
[phalcon#16115] - changed return type
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Sep 23, 2022
1 parent 45a35a9 commit 4c4ee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/Encryption/Security/JWT/Validator.zep
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Validator
return this->errors;
}

public function get(string claim) -> var | null
public function get(string claim) -> mixed | null
{
if isset this->claims[claim] {
return this->claims[claim];
Expand Down

0 comments on commit 4c4ee44

Please sign in to comment.