Showing 2,096 of 2,096 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return new ValidationError(
self::CODE_INVALID_BADGE,
[ self::CONTEXT_VALUE => $e->getValue(), self::CONTEXT_SITE_ID => $siteId ]
);
Avoid too many return
statements within this method. Open
Open
return $this->status;
Avoid too many return
statements within this method. Open
Open
return $this->newSummaryForAliasesInLanguageEdit( $editSummary );
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $validationError;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $value;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $value->transform( $targetUnit, [ $this->math, 'product' ], $mult );
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $resolutionResult;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return Promise.resolve();
Avoid too many return
statements within this function. Open
Open
return this.dispatch( 'addError', [ error ] );
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return [ 'signatureToCheck' => $signatureToCheck, 'data' => $data ];
Avoid too many return
statements within this function. Open
Open
return this.dispatch( 'addError', [ { type: ErrorTypes.UNSUPPORTED_DATAVALUE_TYPE } ] );