Skip to content

Commit 6295376

Browse files
committed
Magento 2.3.2 - PWA - graphQl fetching Issue for phtml file called in static block #960
1 parent 30eebde commit 6295376

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/code/Magento/Widget/Model/Template/FilterEmulate.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
55
*/
66
namespace Magento\Widget\Model\Template;
77

8+
/**
9+
* Class FilterEmulate
10+
*
11+
* @package Magento\Widget\Model\Template
12+
*/
813
class FilterEmulate extends Filter
914
{
1015
/**
1116
* Generate widget with emulation frontend area
1217
*
1318
* @param string[] $construction
14-
* @return string
19+
*
20+
* @return mixed|string
21+
* @throws \Exception
1522
*/
1623
public function widgetDirective($construction)
1724
{

0 commit comments

Comments
 (0)