This helps to find renamed or misspelled classes earlier. Phan will check the class names Change-Id: I1d4567f47f93eb1436cb98558388e48d35258666
Deprecate the second argument to Maintenance::error() in favor of a new Maintenance::fatalError() method. This is intended to make it easier to review flow control in maintenance scripts. Change-Id: I75699008638f7e99b11210c7bb9e2e131fca7c9e
Use case: php maintenance/view.php Foo_bar | \ sed s/foo/bar/ | \ php maintenance/edit.php Foo_bar Adapted from maintenance/edit.php and RawAction.php. Change-Id: I170ac989e0a5b21a22054b549d62023014cb658a