Add missing return in doc block

Change-Id: Ia1f23c19c3ae26fce45d7ebdaafe91012b1684f1
This commit is contained in:
WMDE-Fisch 2017-01-27 11:10:43 +01:00
parent 5c91e5d673
commit 5852080e74

View file

@ -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' ) ) {