PHP Linter
OK
composer validate
OK
Copy/Paste Detector
OK
PHP Stan
OK
Magento Coding Standard
FILE: ...estforquote/0464372/view/frontend/web/template/miniquote/item/default.html
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | Avoid using closing slash with void tags, this can lead to
| | unexpected behavior - "<input data-bind="attr: {
| | id: 'cart-item-'+item_id+'-qty',
| | 'data-cart-item': item_id,
| | 'data-item-qty': qty,
| | 'data-cart-item-id': product_sku
| | }, value: qty"
| | type="number"
| | size="4"
| | class="item-qty quote-item-qty"
| | maxlength="12"
| | readonly="readonly"/>"
--------------------------------------------------------------------------------
FILE: ...eeze-lof-requestforquote/0464372/view/frontend/templates/cart/button.phtml
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
4 | ERROR | Unescaped output detected.
--------------------------------------------------------------------------------
FILE: ...uestforquote/0464372/view/frontend/templates/product/view/addtoquote.phtml
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
4 | ERROR | Unescaped output detected.
--------------------------------------------------------------------------------
Time: 435ms; Memory: 16MB