PHP 8 deprecation issue (parameter order) in 2.16.4
Closed this issue · 1 comments
Zarthus commented
In phing 2.16.4, there is a PHP 8 deprecation notice: https://github.com/phingofficial/phing/blob/2.16.4/classes/phing/util/FileUtils.php
Deprecated: Required parameter $project follows optional parameter $overwrite in /code/vendor-bin/phing/vendor/phing/phing/classes/phing/util/FileUtils.php on line 98
phing/classes/phing/util/FileUtils.php
Lines 83 to 107 in 30831b2