Magento Coding Standard (PHPCS) report for justbetter/magento2-cron-aggregates ============================================================================== Package version: 1.0.0 | Magento: 2.4.9 | Tested: 2026-06-01 1 error, 16 warnings in 5 files src/Actions/RunAggregates.php 14:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 14:12 warning $objectManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 19:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose) 21:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 22:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 29:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 30:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 50:1 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany) src/Console/Command/AggregateReports.php 16:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 47:1 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany) src/registration.php 7:95 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany) src/Cron/AggregateReports.php 12:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 15:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose) 17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 24:1 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany) rector.php 8:17 error "require" statement detected. File manipulations are discouraged. (Magento2.Security.IncludeFile.FoundIncludeFile) 19:30 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)