Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug PHP-CS-Fixer#4963 PhpdocToReturnTypeFixer - fix for breaking PHP …
…syntax for type having reserved name (kubawerlos, Slamdunk) This PR was merged into the 2.15 branch. Discussion ---------- PhpdocToReturnTypeFixer - fix for breaking PHP syntax for type having reserved name This test tries all tokens as return type which results with 73 failures. Limiting test to PHP 7.4 is only because of laziness - finally, it should run for all PHP versions. A question to @keradus, @SpacePossum and @julienfalque: do you think we - can have "internal" repository like `php-cs-fixer/all-token` to provide us with all tokens to test like this - should I make the currently used Packagist/release ready and we can use the stable version of it - should we put this somewhere in PHP CS Fixer repository? Commits ------- 1893af2 Update naming a8ff8f0 Cache reserved keyword list (PHP-CS-Fixer#4) e8dbfc0 Add one more test 5f5853d PhpdocToReturnTypeFixer - tests against all tokens
- Loading branch information