Magento Coding Standard (PHPCS) report for dmatthew/magento2-widget-parameters ============================================================================== Package version: 1.0.4 | Magento: 2.4.9 | Tested: 2026-05-26 12 warnings in 5 files Controller/Adminhtml/Wysiwyg/Images/OnInsert.php 22:12 warning $imageHelper parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Adminhtml/Widget/Type/ImageChooser.php 39:29 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket) 40:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent) 40:99 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine) 43:52 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) Block/Adminhtml/Widget/Type/Wysiwyg.php 5:1 warning PHP keywords must be lowercase; expected "class" but found "Class" (Generic.PHP.LowerCaseKeyword.Found) Block/Adminhtml/Widget/Type/Textarea.php 5:1 warning PHP keywords must be lowercase; expected "class" but found "Class" (Generic.PHP.LowerCaseKeyword.Found) 7:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Block/Plugin/Adminhtml/Wysiwyg/Images/Content.php 22:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 23:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 23:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments) 24:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)