Magento Coding Standard (PHPCS) report for ashokdubariya/module-testimonial =========================================================================== Package version: 1.0.0 | Magento: 2.4.9 | Tested: 2026-05-26 49 warnings in 13 files view/frontend/templates/hyva/list.phtml 21:1 warning Line exceeds 120 characters; contains 190 characters (Generic.Files.LineLength.TooLong) 30:1 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong) 45:1 warning Line exceeds 120 characters; contains 259 characters (Generic.Files.LineLength.TooLong) 46:1 warning Line exceeds 120 characters; contains 412 characters (Generic.Files.LineLength.TooLong) 49:1 warning Line exceeds 120 characters; contains 238 characters (Generic.Files.LineLength.TooLong) 50:1 warning Line exceeds 120 characters; contains 412 characters (Generic.Files.LineLength.TooLong) 76:1 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/hyva/submit/form.phtml 38:1 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 58:1 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 82:1 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 84:1 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 111:1 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 128:1 warning Line exceeds 120 characters; contains 274 characters (Generic.Files.LineLength.TooLong) 135:1 warning Line exceeds 120 characters; contains 188 characters (Generic.Files.LineLength.TooLong) 137:137 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/list.phtml 40:122 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) view/frontend/web/css/source/_extend.less 7:1 warning First and second level comments must be surrounded by empty lines (Magento2.Less.CommentLevels.SpaceMissed) 13:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 13:11 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline) 14:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 14:30 warning CSS colours must use shorthand if available; expected #f60 but found #ff6600 (Magento2.Less.ColourDefinition.Shorthand) 15:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) view/frontend/web/css/source/_module.less 21:52 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 22:52 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 32:52 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 32:73 warning Add a line break after each selector delimiter (Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter) 32:73 warning Add a line break after each selector delimiter (Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter) 85:60 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 97:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 117:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 148:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 155:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 157:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) Api/TestimonialRepositoryInterface.php 21:1 warning Interface description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) Api/Data/TestimonialInterface.php 14:1 warning Interface description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) Api/Data/TestimonialSearchResultsInterface.php 16:1 warning Interface description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) Block/Adminhtml/Testimonial/Edit/SaveAndContinueButton.php 15:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 17:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 18:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Adminhtml/Testimonial/Edit/SaveButton.php 15:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 17:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 18:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Adminhtml/Testimonial/Edit/DeleteButton.php 17:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 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) Block/Adminhtml/Testimonial/Edit/BackButton.php 15:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 17:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 18:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Submit/Form.php 22:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)