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.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file findDeprecated.php.
$maintClass = FindDeprecated::class |
Definition at line 227 of file findDeprecated.php.