In build: Updating mediawiki/mediawiki-phan-config to 0.14.0, two Phan issue types were temporarily suppressed. We should actually fix our code according to the coding conventions (linked below) and remove these suppressions.
- MediaWikiNoBaseException: Don’t throw \Exception; see exception handling.
- MediaWikiNoEmptyIfDefined: Don’t use empty() on variables that are always set; see empty().