php-dry
php-dry copied to clipboard
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.20 to 9.6.4. Changelog Sourced from phpunit/phpunit's changelog. 9.6.4 - 2023-02-27 Fixed #5186: SBOM does not validate 9.6.3 - 2023-02-04 Fixed #5164: markTestSkipped() not handled correctly when...
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 6.0.10 to 6.0.20. Release notes Sourced from symfony/http-kernel's releases. v6.0.20 Changelog (https://github.com/symfony/http-kernel/compare/v6.0.19...v6.0.20) no significant changes v6.0.19 Changelog (https://github.com/symfony/http-kernel/compare/v6.0.18...v6.0.19) no significant changes v6.0.18 Changelog (https://github.com/symfony/http-kernel/compare/v6.0.17...v6.0.18) no significant changes...
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 6.0.5 to 6.0.19. Release notes Sourced from symfony/stopwatch's releases. v6.0.19 Changelog (https://github.com/symfony/stopwatch/compare/v6.0.18...v6.0.19) no significant changes v6.0.13 Changelog (https://github.com/symfony/stopwatch/compare/v6.0.12...v6.0.13) no significant changes Commits 011e781 Merge branch '5.4' into...
Bumps [psalm/plugin-symfony](https://github.com/psalm/psalm-plugin-symfony) from 3.1.7 to 4.0.2. Release notes Sourced from psalm/plugin-symfony's releases. v4.0.2 What's Changed [v4.x] Fix console handler with named arguments and add more tests by @mdeboer in psalm/psalm-plugin-symfony#300...
Bumps [leovie/php-param-generator](https://github.com/LeoVie/php-param-generator) from 2.0.0 to 2.1.1. Release notes Sourced from leovie/php-param-generator's releases. v2.1.1 What's Changed Don't serialize while flattening (serialization is a later step) by @LeoVie in LeoVie/php-param-generator#9 Full Changelog:...
Bumps [leovie/php-method-runner](https://github.com/LeoVie/php-method-runner) from 2.0.0 to 3.0.1. Release notes Sourced from leovie/php-method-runner's releases. v3.0.1 What's Changed Suppress output of methods by @LeoVie in LeoVie/php-method-runner#6 Full Changelog: https://github.com/LeoVie/php-method-runner/compare/v3.0.0...v3.0.1 v3.0.0 What's Changed #4...
Currently, php-dry gives user information, *that* two functions are clone instances, but not *why*. This is especially relevant in type-2 to type-4 clone detection, as there are multiple normalizations of...
When they are multiple clones of same type, all clone instances are printed in *one list*. This should be multiple lists. For example, this is the current state: ``` TYPE_1:...
- 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...
No concrete to do here. We should think about how we can use more caching for better performance.