Magento Coding Standard (PHPCS) report for magenizr/magento2-faker ================================================================== Package version: 1.0.0 | Magento: 2.4.9 | Tested: 2026-06-01 76 warnings in 4 files Helper/Customer/Csv.php 21:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 25:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 27:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 57:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 58:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 98:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 114:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 115:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 137:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 138:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 160:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 161:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 168:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 169:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 169:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 179:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 180:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 180:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 191:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 192:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Customer/AccountManagement.php 56:8 warning $customerRegistry parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 57:8 warning $random parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 58:8 warning $customerAccountManagement parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 59:8 warning $addressFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 60:8 warning $addressRepository parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 61:8 warning $encryptor parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 62:8 warning $regionCollectionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 63:8 warning $regionDataFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 64:8 warning $customerFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 66:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 66:12 warning $orderRepository parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 82:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$registry is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 83:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$searchCriteriaBuilder is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 85:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$orderRepository is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 87:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$random is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 88:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$customerAccountManagement is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 89:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$addressFactory is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 90:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$addressRepository is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 92:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$regionCollectionFactory is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 93:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$regionDataFactory is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 94:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$customerFactory is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 95:16 warning Creation of dynamic property Magenizr\Faker\Model\Customer\AccountManagement::$csv is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 98:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 99:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 119:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 120:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 176:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 177:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 274:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 275:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 275:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 303:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments) 318:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 319:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Observer/Config.php 12:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 14:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 16:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 18:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 38:16 warning Creation of dynamic property Magenizr\Faker\Observer\Config::$driverFile is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated) 43:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Console/Command/Customer/Account/Generate.php 26:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 31:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 33:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 35:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 39:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 41:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 54:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 59:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 84:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 133:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 150:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 151:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)