php-dry
php-dry copied to clipboard
Type-4 clone detection | Make language construct normalization more performant
- Normalize language constructs (e.g. array_map -> foreach -> for -> while) and compare normalized methods
- Can be enabled via configuration option enableConstructNormalization
- Is very slow at the moment (uses multiple CLI calls to Rector)
