From 5852080e743a07aa46ca480020fe8be3300f4f9d Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Fri, 27 Jan 2017 11:10:43 +0100 Subject: [PATCH] Add missing return in doc block Change-Id: Ia1f23c19c3ae26fce45d7ebdaafe91012b1684f1 --- VisualEditor.hooks.php | 1 + 1 file changed, 1 insertion(+) 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' ) ) {