Showing 1,432 of 2,096 total issues
Avoid too many return
statements within this method. Open
Open
return '?';
Avoid too many return
statements within this method. Open
Open
return '<' . get_class( $arg ) . '>';
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return strval( $arg );
Avoid too many return
statements within this method. Open
Open
return $this->language->commaList( $strings );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
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->wholeEntityEditSummaryConverter->newSummaryForItemPatch( $editSummary );
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $this->handleSitelinkEditSummary( $editSummary );
Avoid too many return
statements within this method. Open
Open
return [
'factor' => $unit['si'],
'unit' => $unit['siUnit'],
// These two are just for humans, not used by actual converter
'label' => $unit['unitLabel'],
Avoid too many return
statements within this method. Open
Open
return $summary;
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->status;
Avoid too many return
statements within this method. Open
Open
return new ValidationError(
self::CODE_BADGE_NOT_ALLOWED,
[ self::CONTEXT_VALUE => $e->getBadge(), self::CONTEXT_SITE_ID => $siteId ]
);
Avoid too many return
statements within this method. Open
Open
return $this->checkSitelinkConflict( $itemId, $this->deserializedSitelink );
Avoid too many return
statements within this method. Open
Open
return $patchedLatest;