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 5a5412f commit ebb7cebCopy full SHA for ebb7ceb
lib/internal/Magento/Framework/View/Result/Page.php
@@ -363,7 +363,7 @@ protected function renderPage($output)
363
* @param array $params
364
* @return string
365
*/
366
- protected function getViewFileUrl(string $fileId, array $params = [])
+ protected function getViewFileUrl($fileId, array $params = [])
367
{
368
try {
369
$params = array_merge(['_secure' => $this->request->isSecure()], $params);
0 commit comments