Magento Coding Standard (PHPCS) report for doofinder/doofinder-magento2 ======================================================================= Package version: 1.7.9 | Magento: 2.4.9 | Tested: 2026-07-20 24 warnings in 6 files Doofinder/Feed/Service/InstallationService.php 220:43 warning The use of function gzcompress() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Doofinder/Feed/Serializer/Base64GzJson.php 25:30 warning The use of function gzcompress() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 38:20 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 43:25 warning The use of function gzuncompress() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Doofinder/Feed/Helper/Constants.php 7:1 warning Duplicate class name "Doofinder\Feed\Helper\Constants" found; first defined in /data/vendor/doofinder/doofinder-magento2/templates/Helper/Constants.php on line 7 (Generic.Classes.DuplicateClassName.Found) Doofinder/Feed/etc/webapi.xml 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) Doofinder/Feed/view/adminhtml/web/css/source/module/_doofinderfeed_setup.less 2:1 warning Line indented incorrectly; expected 4 spaces, found 2 (Magento2.Less.Indentation.Incorrect) 3:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 4:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 5:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 6:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 7:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 8:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 9:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 9:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 10:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 11:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 12:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 13:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 14:1 warning Line indented incorrectly; expected 4 spaces, found 2 (Magento2.Less.Indentation.Incorrect) 19:1 warning First and second level comments must be surrounded by empty lines (Magento2.Less.CommentLevels.SpaceMissed) 22:1 warning Expected 0 blank lines before closing brace of class definition; 1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose) Doofinder/Feed/view/adminhtml/web/css/source/_module.less 1:9 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)