Add a maintenance script for finding deprecated interfaces
authorOri Livneh <ori@wikimedia.org>
Mon, 14 Dec 2015 20:07:17 +0000 (12:07 -0800)
committerKrinkle <krinklemail@gmail.com>
Sat, 19 Dec 2015 22:05:21 +0000 (22:05 +0000)
commita41102bd565bac6589f38593fcdec0e60225b2fc
treee35116e3d504fb10fb7f2a81fe9f9e79fe8899f2
parent5792d17de1b63433702be8a384f635797a92f26f
Add a maintenance script for finding deprecated interfaces

Add a maintenance script, findDeprecated.php, which iterates through
$IP/include/**.php, looking for functions and methods which have been marked as
deprecated (via a '@deprecated' tag in the doc-block), and then prints a
detailed report indicating the version, file, line and version of each
deprecated interface.

Change-Id: I9518a52b8c51ee972552a94f5367c1faa7e04a3a
composer.json
maintenance/findDeprecated.php [new file with mode: 0644]