Magento Coding Standard (PHPCS) report for aimanecouissi/module-hyva-simple-icons ================================================================================= Package version: 1.0.0 | Magento: 2.4.9 | Tested: 2026-06-01 8 warnings in 1 files Setup/Recurring.php 32:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 42:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 47:35 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 104:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 148:17 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 151:63 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 152:51 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 229:93 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)