-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Description
Steps to reproduce
- Create phtml file with following content:
<?= /* @noEscape */ $jsonHelper->jsonEncode([]) ?>
- Run version magento marketplace-eqp version 2.0.0 against this file
Actual result:
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | Unescaped output detected.
---------------------------------------------------------------------------------------------------------------------------------------
Expected result:
No errors should be.
This warning should be ignored as we have @noEscape
comment
arendarenko