Magento Coding Standard (PHPCS) report for webmakkers/magento-module-deploy =========================================================================== Package version: 1.0.3 | Magento: 2.4.9 | Tested: 2026-06-01 2 errors, 11 warnings in 3 files Models/ActiveThemesResolver.php 22:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 24:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 32:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 51:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 60:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 65:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 77:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 90:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) Plugin/ExcludeInactiveThemesFromQueue.php 16:1 error Readonly classes are not supported in PHP 8.1 or earlier. (PHPCompatibility.Classes.NewReadonlyClasses.Found) 18:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 23:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 33:13 error Use of echo language construct is discouraged. (Magento2.Security.LanguageConstruct.DirectOutput) Api/ActiveThemesResolverInterface.php 14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)