Magento Coding Standard (PHPCS) report for fisheye/module-url-rewrite-optimiser =============================================================================== Package version: 1.1.0 | Magento: 2.4.9 | Tested: 2026-05-27 12 warnings in 3 files Plugin/RemoveCategoriesFromProductUrlRewriteGeneration.php 19:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 24:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 25:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 26:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 27:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 29:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) Scope/Config.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 26:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 31:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent) 31:21 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine) etc/module.xml 9:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)