We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884689e commit c0fadd3Copy full SHA for c0fadd3
Client.php
@@ -452,7 +452,7 @@ public function back()
452
{
453
do {
454
$request = $this->history->back();
455
- } while (array_key_exists(serialize($request), $this->redirects));
+ } while (\array_key_exists(serialize($request), $this->redirects));
456
457
return $this->requestFromRequest($request, false);
458
}
@@ -466,7 +466,7 @@ public function forward()
466
467
468
$request = $this->history->forward();
469
470
471
472
0 commit comments