mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Add missing return in doc block
Change-Id: Ia1f23c19c3ae26fce45d7ebdaafe91012b1684f1
This commit is contained in:
parent
5c91e5d673
commit
5852080e74
|
@ -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