In this case vendor/ampersand/upgrade-patch-helper-test-module/src/module/Model/ToPreferenceAndIgnore.php had some whitespace/comment style change, and theres no need to report you have a preference of Ampersand\Test\Model\ToPreferenceAndIgnore defined.
Part of #110
We do not look for "redundant" overrides as with class names etc it can be quite hard. We'll filter out comments/whitespace etc which should do a good job anyway. (This is inline with the issue as it was raised https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/issues/85)
For ignoring non-meaningful changes these are split into two groups
WARN
toIGNR
if the change is identified as non-meaningful.INFO
level anyway just ignore them and remove from the report entirely.For example
In this case
vendor/ampersand/upgrade-patch-helper-test-module/src/module/Model/ToPreferenceAndIgnore.php
had some whitespace/comment style change, and theres no need to report you have a preference ofAmpersand\Test\Model\ToPreferenceAndIgnore
defined.