You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \TypeError(\sprintf('The second argument of %s() must be an instance of %s or %s, an integer or null (%s given).', __METHOD__, \DateTimeInterface::class, \DateInterval::class, get_debug_type($expiration)));
58
+
thrownew \TypeError(\sprintf('The second argument of "%s()" must be an instance of "%s" or "%s", an integer or null (%s given).', __METHOD__, \DateTimeInterface::class, \DateInterval::class, get_debug_type($expiration)));
59
59
}
60
60
61
61
$url = parse_url($uri);
@@ -103,7 +103,8 @@ public function check(string $uri): bool
103
103
$hash = $params[$this->hashParameter];
104
104
unset($params[$this->hashParameter]);
105
105
106
-
if (!hash_equals($this->computeHash($this->buildUrl($url, $params)), $hash)) {
0 commit comments