PHP Linter

OK

composer validate

Input: composer validate '/app/swissup/floriteshop-chic-custom/composer.json'; Output: /app/swissup/floriteshop-chic-custom/composer.json is valid for simple usage with Composer but has
strict errors that make it unable to be published as a package
See https://getcomposer.org/doc/04-schema.md for details on the schema
# Publish errors
- description : The property description is required
# General warnings
- No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.
- The version field is present, it is recommended to leave it out if the package is published on Packagist.
- require.swissup/theme-frontend-argento-chic : unbound version constraints (*) should be avoided

Copy/Paste Detector

OK

Magento Coding Standard

FILE: ...op-chic-custom/476ee33/Swissup_Testimonials/templates/widgets/slider.phtml
--------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 7 LINES
--------------------------------------------------------------------------------
  9 | ERROR | Unescaped output detected.
  9 | ERROR | Unescaped output detected.
 14 | ERROR | Unescaped output detected.
 24 | ERROR | Unescaped output detected.
 26 | ERROR | Unescaped output detected.
 27 | ERROR | Unescaped output detected.
 28 | ERROR | Unescaped output detected.
 47 | ERROR | Unescaped output detected.
--------------------------------------------------------------------------------


FILE: ...stom/476ee33/Meetanshi_DistanceBasedShipping/templates/cart/shipping.phtml
--------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------------
 21 | ERROR | Unescaped output detected.
 36 | ERROR | Unescaped output detected.
 36 | ERROR | Unescaped output detected.
 50 | ERROR | Unescaped output detected.
 63 | ERROR | Unescaped output detected.
--------------------------------------------------------------------------------


FILE: ...ustom/476ee33/Mirasvit_RewardsCustomerAccount/templates/account/list.phtml
--------------------------------------------------------------------------------
FOUND 25 ERRORS AFFECTING 24 LINES
--------------------------------------------------------------------------------
  13 | ERROR | Unescaped output detected.
  19 | ERROR | Unescaped output detected.
  22 | ERROR | Unescaped output detected.
  23 | ERROR | Unescaped output detected.
  27 | ERROR | Unescaped output detected.
  35 | ERROR | Unescaped output detected.
  58 | ERROR | Unescaped output detected.
  68 | ERROR | Unescaped output detected.
  76 | ERROR | Unescaped output detected.
  87 | ERROR | Unescaped output detected.
  93 | ERROR | Unescaped output detected.
  94 | ERROR | Unescaped output detected.
  94 | ERROR | Unescaped output detected.
 105 | ERROR | Unescaped output detected.
 115 | ERROR | Unescaped output detected.
 126 | ERROR | Unescaped output detected.
 127 | ERROR | Unescaped output detected.
 128 | ERROR | Unescaped output detected.
 135 | ERROR | Unescaped output detected.
 137 | ERROR | Unescaped output detected.
 142 | ERROR | Unescaped output detected.
 145 | ERROR | Unescaped output detected.
 155 | ERROR | Unescaped output detected.
 285 | ERROR | Unescaped output detected.
 286 | ERROR | Unescaped output detected.
--------------------------------------------------------------------------------


FILE: ...-chic-custom/476ee33/Magento_Checkout/web/template/summary/cart-items.html
--------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 1 LINE
--------------------------------------------------------------------------------
 1 | ERROR | Avoid using self-closing tag with non-void html element -
   |       | "<translate args="'Item in Cart'" if="getCartLineItemsCount() ===
   |       | 1"/>
   |       | 
 1 | ERROR | Avoid using self-closing tag with non-void html element -
   |       | "<translate args="'Items in Cart'" if="getCartLineItemsCount() >
   |       | 1"/>
   |       | 
 1 | ERROR | Avoid using self-closing tag with non-void html element - "<each
   |       | args="$parent.elems()" render=""/>
   |       | 
--------------------------------------------------------------------------------


FILE: ...ustom/476ee33/Magento_Catalog/templates/product/view/options/wrapper.phtml
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 15 | ERROR | Unescaped output detected.
--------------------------------------------------------------------------------

Time: 640ms; Memory: 20MB