mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 18:00:10 +01:00
* Move duplicated getAttributableItems() method to abstract parent * Add removeItem() method to AbstractTagValueNode class * Add RemoveRedundantDefaultAnnotationValuesRector rule with tests * Link second test case of RemoveRedundantDefaultAnnotationValuesRector * Add to set and docs * Rename variable in DoctrineClassAnalyzer::matchDoctrineEntityTagValueNode() * Remove redundant docblocks in RemoveRedundantDefaultAnnotationValuesRector * Extract hasItemWithDefaultValue method in RemoveRedundantDefaultAnnotationValuesRector * Optimize RemoveRedundantDefaultAnnotationValuesRector * Split rule into two separate: one for Property and one for Class_ * PHP CS Fixer * PHPStan