Page MenuHomePhabricator

Investigate jsdoc/require-returns-check ESLint warnings
Open, Needs TriagePublic

Description

In MediaWiki core, the following methods are triggering ESLint warnings for "@return declaration present but return expression not available in function". However, at first glance, these appear to have correct return statements in the function.

To do: Identify where these functions are creating warnings and fix them, or disable the linting rule.