diff --git a/VisualEditor.hooks.php b/VisualEditor.hooks.php index 65f93cf289..450e91a87f 100644 --- a/VisualEditor.hooks.php +++ b/VisualEditor.hooks.php @@ -68,6 +68,7 @@ class VisualEditorHooks { * @param WebRequest $req The web request to check the details of * @param Config $config VE config object * @param boolean + * @return boolean */ private static function isUABlacklisted( WebRequest $req, $config ) { if ( $req->getVal( 'vewhitelist' ) ) {