PHP Linter

OK

composer validate

OK

Copy/Paste Detector

OK

Magento Coding Standard

FILE: ...en-breeze/c8b542c/Magento_Theme/templates/html/back_button.phtml
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | ERROR | Avoid using self-closing tag with non-void html element
   |       | - "<path d="M10.5 13L6 8l4.5-5" stroke="currentColor"
   |       | stroke-width="2" fill="none" stroke-linecap="round"
   |       | stroke-linejoin="round"/>
   |       | 
----------------------------------------------------------------------


FILE: ...8b542c/Bss_ConfigurableProductWholesaleCustomize/web/js/table.js
----------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | WARNING | Avoid using closing slash with void tags, this can
   |         | lead to unexpected behavior - "<input
   |         | class="product-id-'+productId+'" type="hidden"
   |         | name="bss_super_attribute['+productId+']['+optionId+']"
   |         | data-option-id="'+optionId+'" value="'+val+'" />"
 1 | WARNING | Avoid using closing slash with void tags, this can
   |         | lead to unexpected behavior - "<input type="hidden"
   |         | class="bss-data" ' + data +' value="" />"
 1 | WARNING | Avoid using closing slash with void tags, this can
   |         | lead to unexpected behavior - "<input type="hidden"
   |         | class="bss-min-qty" value="'+self.other.min_qty+'" />"
 1 | WARNING | Avoid using closing slash with void tags, this can
   |         | lead to unexpected behavior - "<input type="hidden"
   |         | class="bss-max-qty" value="'+self.other.max_qty+'" />"
----------------------------------------------------------------------

Time: 1.05 secs; Memory: 18MB