Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 authored and github-actions[bot] committed Nov 12, 2024
1 parent db3aa88 commit c43270b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeetestCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function validate($value)
$obj = json_decode($res, true);
$this->validatedData = $obj;

if (empty($obj) or !isset($obj['result'])) {
if (empty($obj) or ! isset($obj['result'])) {
return false;
}

Expand Down

0 comments on commit c43270b

Please sign in to comment.