Skip to content

Commit ebb7ceb

Browse files
authored
Update Page.php
1 parent 5a5412f commit ebb7ceb

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/View/Result

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Result/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ protected function renderPage($output)
363363
* @param array $params
364364
* @return string
365365
*/
366-
protected function getViewFileUrl(string $fileId, array $params = [])
366+
protected function getViewFileUrl($fileId, array $params = [])
367367
{
368368
try {
369369
$params = array_merge(['_secure' => $this->request->isSecure()], $params);

0 commit comments

Comments
 (0)