mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
Merge "Add missing return in doc block"
This commit is contained in:
commit
44e87ade70
|
@ -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' ) ) {
|
||||
|
|
Loading…
Reference in a new issue