Showing 1,725 of 2,402 total issues
Avoid too many return
statements within this method. Open
Open
return I18N::translate('second cousin');
Avoid too many return
statements within this method. Open
Open
return I18N::translate('third cousin');
Avoid too many return
statements within this method. Open
Open
return I18N::translate('ninth cousin');
Avoid too many return
statements within this method. Open
Open
return I18N::translate('twelfth cousin');
Avoid too many return
statements within this method. Open
Open
return I18N::translate('%1$s × %2$s', I18N::number($n), $relation);
Avoid too many return
statements within this method. Open
Open
return I18N::translate('great ×%s grandfather', I18N::number($up + 1));
Avoid too many return
statements within this method. Open
Open
return I18N::translate('great-great-great-grandson');
Avoid too many return
statements within this method. Open
Open
return I18N::translate('great ×6 granddaughter');
Avoid too many return
statements within this method. Open
Open
return I18N::translate('great ×%s grandson', I18N::number($up - 3));
Avoid too many return
statements within this method. Open
Open
return I18N::translate('great ×%s granddaughter', I18N::number($up - 2));
Avoid too many return
statements within this method. Open
Open
return I18N::translate('%s three times removed descending', self::legacyCousinName($cousin, $sex2));
Avoid too many return
statements within this method. Open
Open
return I18N::translateContext('FEMALE', 'fourth cousin');
Avoid too many return
statements within this method. Open
Open
return Registry::repositoryFactory()->make($xref, $tree);
Avoid too many return
statements within this method. Open
Open
return Registry::submitterFactory()->make($xref, $tree);
Avoid too many return
statements within this method. Open
Open
return $this->wizardStepDownload();
Avoid too many return
statements within this method. Open
Open
return $this->viewResponse('admin/import-progress', [
'errors' => '',
'progress' => $progress,
'status' => e($ex->getMessage()),
'tree' => $tree,
Avoid too many return
statements within this method. Open
Open
return $this->viewResponse('admin/import-fail', [
'error' => e($ex->getMessage()),
'tree' => $tree,
]);
Avoid too many return
statements within this method. Open
Open
return $this->unhandledExceptionResponse($request, $exception);
Avoid too many return
statements within this method. Open
Open
return I18N::translate('great ×%s grandfather', I18N::number($up - 3));
Avoid too many return
statements within this method. Open
Open
return I18N::translate('great-great-granddaughter');