Magento Coding Standard (PHPCS) report for magezoid/module-log-manager ====================================================================== Package version: 1.0.0 | Magento: 2.4.9 | Tested: 2026-05-26 16 warnings in 4 files etc/adminhtml/routes.xml 22:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 23:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 24:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 25:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 26:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) registration.php 19:1 warning Multi-line function call not indented correctly; expected 4 spaces but found 5 (PSR2.Methods.FunctionCallSignature.Indent) 20:1 warning Multi-line function call not indented correctly; expected 4 spaces but found 5 (PSR2.Methods.FunctionCallSignature.Indent) 21:1 warning Multi-line function call not indented correctly; expected 4 spaces but found 5 (PSR2.Methods.FunctionCallSignature.Indent) Controller/Adminhtml/Logfile/BulkDelete.php 49:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 99:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) view/adminhtml/templates/logfile/grid.phtml 73:123 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 85:123 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 97:127 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 126:37 warning Line indented incorrectly; expected at least 45 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.Incorrect) 132:41 warning Line indented incorrectly; expected at least 49 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.Incorrect) 160:17 warning Line indented incorrectly; expected at least 25 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)