Skip to content

Commit 6a1abb1

Browse files
committed
Update documentation
1 parent b85bd96 commit 6a1abb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Console/Command/CleanUpAttributesAndValuesWithoutParentCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(
3838
protected function configure()
3939
{
4040
$description
41-
= 'Remove catalog_eav_attribute and attribute values which are missing parent entry in eav_attribute';
41+
= 'Remove orphaned attribute values - those which are missing a parent entry (with the corresponding backend_type) in eav_attribute';
4242
$this
4343
->setName('eav:clean:attributes-and-values-without-parent')
4444
->setDescription($description)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Run `bin/magento` in the Magento 2 root and look for the `eav:` commands.
1212
* `eav:attributes:restore-use-default-value` Check if product attribute admin value and storeview value are the same, so "use default" doesn't work anymore. Delete the storeview values.
1313
* `eav:attributes:remove-unused` Remove attributes with no values set in products and attributes that are not present in any attribute sets.
1414
* `eav:media:remove-unused` Remove unused product images.
15+
* `eav:clean:attributes-and-values-without-parent` Remove orphaned attribute values - those which are missing a parent entry (with the corresponding `backend_type`) in `eav_attribute`.
1516

1617
## Dry run
1718
Use `--dry-run` to check result without modifying data.
@@ -23,7 +24,6 @@ Installation with composer:
2324
composer require magento-hackathon/module-eavcleaner-m2
2425
```
2526

26-
2727
### Contributors
2828
- Nikita Zhavoronkova
2929
- Anastasiia Sukhorukova

0 commit comments

Comments
 (0)