repo/includes/Validators/UrlSchemeValidators.php
Method getValidator
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getValidator( $scheme ) {
switch ( $scheme ) {
// Schemes with "://", copied from $wgUrlProtocols in MediaWiki's DefaultSettings.php
case 'ftp':
case 'ftps':