diff --git a/PHPCompatibilityMagento/ruleset.xml b/PHPCompatibilityMagento/ruleset.xml
index ed71dc0..3a5bb22 100644
--- a/PHPCompatibilityMagento/ruleset.xml
+++ b/PHPCompatibilityMagento/ruleset.xml
@@ -14,6 +14,7 @@
+
diff --git a/Test/MagentoTest.php b/Test/MagentoTest.php
index 2a5cebd..df659dc 100644
--- a/Test/MagentoTest.php
+++ b/Test/MagentoTest.php
@@ -8,3 +8,11 @@
*/
// TODO: add a test for each polyfilled feature (violations for which are excluded via the ruleset).
+
+// Magento's template syntax uses <% and %> as a delimiter. These should not be confused with ASP open/close tags.
+// @see https://github.com/magento/magento2/blob/2.4.6/app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps/bulk.phtml#L108-L109
+?>
+