Magento Coding Standard (PHPCS) report for shipperhq/module-address-autocomplete ================================================================================ Package version: 21.1.0 | Magento: 2.4.9 | Tested: 2026-06-18 18 warnings in 5 files src/ViewModel/Autocomplete.php 26:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) src/Helper/Data.php 23:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 23:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 32:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 43:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 44:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) src/Model/AutocompleteConfigProvider.php 35:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) src/etc/adminhtml/system.xml 20: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) src/view/frontend/web/css/source/_module.less 11:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 11:68 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline) 11:68 warning Expected 1 space after colon in style definition; 0 found (Magento2.Less.ColonSpacing.NoneAfter) 11:69 warning Inline comment should have 1 space after "//" (Magento2.Less.CommentLevels.SpaceMissedAfter) 11:69 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore) 12:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 12:25 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces) 12:31 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces) 16:1 warning Line indented incorrectly; expected 4 spaces, found 2 (Magento2.Less.Indentation.Incorrect)