Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 10, 2024
1 parent df0478b commit 888392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenId.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function discover($url)
$yadis = true;

// We'll jump a maximum of 5 times, to avoid endless redirections.
for ($i = 0; $i < 5; $i ++) {
for ($i = 0; $i < 5; $i++) {
if ($yadis) {
$headers = $this->sendRequest($url, 'HEAD');

Expand Down

0 comments on commit 888392b

Please sign in to comment.