|
MediaWiki master
|
Maintenance script that recursively scans MediaWiki's PHP source tree for deprecated functions and methods and pretty-prints the results. More...
Go to the source code of this file.
Classes | |
| class | DeprecatedInterfaceFinder |
| A PHPParser node visitor that finds deprecated functions and methods. More... | |
| class | FileAwareNodeVisitor |
| A PHPParser node visitor that associates each node with its file name. More... | |
| class | FindDeprecated |
| Maintenance task that recursively scans MediaWiki PHP files for deprecated functions and interfaces and produces a report. More... | |
Variables | |
| $maintClass = FindDeprecated::class | |
Maintenance script that recursively scans MediaWiki's PHP source tree for deprecated functions and methods and pretty-prints the results.
Definition in file findDeprecated.php.
| $maintClass = FindDeprecated::class |
Definition at line 208 of file findDeprecated.php.