Magento Coding Standard (PHPCS) report for sbodak/magento2-b2b-disable-add-to-cart-button-for-guest =================================================================================================== Package version: 2.0.0 | Magento: 2.4.9 | Tested: 2026-06-01 5 warnings in 2 files src/Plugin/IsSalablePlugin.php 24:4 warning Tag @category MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags) 25:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags) 27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) src/Test/Unit/Plugin/IsSalablePluginTest.php 27:29 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)