Magento Coding Standard (PHPCS) report for yireo/yireo_disablelog2 ================================================================== Package version: 0.0.7 | Magento: 2.4.9 | Tested: 2026-05-27 8 warnings in 3 files Plugin/Customer/ResourceModel/Visitor.php 20:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags) 22:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 39:29 warning The use of function base_convert() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 41:29 warning The use of function base_convert() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Plugin/Customer/Logger.php 22:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 23:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Test/Unit/Plugin/Customer/LoggerTest.php 13:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags) 15:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)