Merge "Add missing return in doc block"

This commit is contained in:
jenkins-bot 2017-01-27 10:29:25 +00:00 committed by Gerrit Code Review
commit 44e87ade70

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