Skip to content

Commit 9f8ef53

Browse files
committed
MAGETWO-69964: PHPCS cannot parse correctly syntax of PHP 7.x return types
1 parent 5ff045b commit 9f8ef53

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/widget/viewed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/widget/viewed/list.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
?>
1212

13-
<?= /* @escapeNotVerified */ $block->renderApp( [
13+
<?= /* @escapeNotVerified */ $block->renderApp([
1414
'widget_columns' => [
1515
'displayMode' => 'list'
1616
],

0 commit comments

Comments
 (0)