Magento Coding Standard (PHPCS) report for magestat/module-log-webapi ===================================================================== Package version: 1.2.0 | Magento: 2.4.9 | Tested: 2026-05-26 22 warnings in 6 files Helper/Data.php 17:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 32:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 47:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 62:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 77:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) Model/Logger.php 18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 160:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 161:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Source/Format.php 13:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 14:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Api/Handler/LogFileInterface.php 16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 30:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 42:8 warning string parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 46:12 warning $content parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 62:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 63:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Api/LoggerInterface.php 16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Test/Unit/Rest/Response/Renderer/JsonTest.php 65:1 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany)