The findDeprecated.php maintenance script allows searching for deprecated code. However, it currently does not correctly report whether code is soft or hard deprecated. The code currently reports all deprecated code as soft-deprecated.
Steps to replicate the issue
- Run findDeprecated.php
What happens?:
The output has all methods, including those that are hard-deprecated, marked as soft-deprecated.
What should have happened instead?:
The hard-deprecated code should be marked as such
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
1.43.0-alpha (28f54e3) 21:02, 13 September 2024, PHP 8.1.20 (fpm-fcgi)