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 d87d202 commit b70a763Copy full SHA for b70a763
app/code/Magento/PageCache/Model/App/Request/Http/IdentifierForSave.php
@@ -56,7 +56,7 @@ public function getValue()
56
*/
57
private function reconstructUrl($url)
58
{
59
- $baseUrl = strtok($url, '?');
+ $baseUrl = strtok((string)$url, '?');
60
$query = $this->request->getQuery()->toArray();
61
if (!empty($query)) {
62
ksort($query);
0 commit comments