7.5.7 does not actually fix the issue reported in #3969 #3972
-
Deployer Versionv7.5.7 Target OSDocker PHP Image Which PHP version are you using?PHP 8.2 Content of deploy.php or deploy.yamlNo response Steps to reproduceThe issue reported in #3969 is not actually solved in v7.5.7. The root cause for all these issues can actually be found elsewhere entirely. The Exceptions thrown by these files are actually just PHP Deprecations. Nothing that should break the tool entirely. However in Lines 86 to 93 in dbc3984 I think this should be changed to just write to STDERR for anything that's not at least an Error. Otherwise deployer will just always break when new PHP releases or dependencies cause deprecations. Lastly, the error is not caused by the dependencies themselves but instead because PHPCSFixer runs on the vendor directory. I don't really think dependency code should ever be touched by tools like CSFixer but that's just my opinion. Hope this somehow helped. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
True. I will add skipping deprications:
And I fixed incrementPath. I did check remaining files with:
|
Beta Was this translation helpful? Give feedback.
True. I will add skipping deprications:
And I fixed incrementPath. I did check remaining files with: