PHP Linter
OK
composer validate
Input: composer validate '/app/swissup/floriteshop/composer.json'; Output: /app/swissup/floriteshop/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/0227878/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=""/>
| |
----------------------------------------------------------------------
Time: 945ms; Memory: 18MB