Introduction of PHP CS Fixer has broken PHP 7.4 support #3976
Deployer Versionv7.5.6 Target OSAlpine Which PHP version are you using?PHP 7.4 Content of deploy.php or deploy.yamlN/A Steps to reproduce
Running This is because the Highlighted in the IDE when inspecting the PHAR contents in the file Although it breaks on this, I suspect other changes in this linted commit will also cause to break |
Replies: 5 comments
|
I can't quite replicate it locally to verify this works (as there seem to be loads of differences in the However I believe adding the following rule to The rules inherit from CSR2.0 which have https://cs.symfony.com/doc/rules/control_structure/trailing_comma_in_multiline.html I understand this works on |
|
Will this be resolved in the next version? |
|
This discussion is a dupe of still unfixed discussion #3974 |
|
This is now resolved as of 7.5.11. Many thanks to @Kilbourne for getting a fix in and @antonmedv for all their hard work with deployer and getting a fix live. |

This is now resolved as of 7.5.11.
Many thanks to @Kilbourne for getting a fix in and @antonmedv for all their hard work with deployer and getting a fix live.