Skip to content

Commit

Permalink
Merge pull request #29 from kanalumaddela/analysis-8j4xd7
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
kanalumaddela authored Oct 15, 2018
2 parents 5028428 + 35e3a70 commit 0b87970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SteamLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function validated(): bool
if ($this->request->has(openid_error)) {
throw new Exception($this->request->input('openid_error'));
}

return false;
}

Expand Down

0 comments on commit 0b87970

Please sign in to comment.