Skip to content

Commit

Permalink
Improve integration test, DEV-207
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Jan 29, 2024
1 parent e396008 commit 357686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/script.phtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php /** @var Magento\Framework\View\Element\Template $block */ ?>
<?php /** @var CustomGento\Cookiebot\ViewModel\Script $viewModel */ ?>
<?php $viewModel = $block->getData('view_model') ?>
<?= $viewModel->getScript() ?>
<?= $viewModel->getScript() // phpcs:ignore ?>

0 comments on commit 357686c

Please sign in to comment.