Showing 5,014 of 7,620 total issues
Method createAddressToCompanyByApi
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblCompany $tblCompany,
$Street = array(),
$City = array(),
$State,
$Type,
Method createAddress
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblState $tblState = null,
TblCity $tblCity,
$StreetName,
$StreetNumber,
$PostOfficeBox,
Method saveModal
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$PersonId,
$Type,
$Street,
$City,
$County,
Method downloadBalanceList
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function downloadBalanceList($ItemIdString = '', $Year = '', $From = '', $To = '', $DivisionId = '', $GroupId = '', $PersonId = '')
Method chooseBehaviorMultiExpression
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function chooseBehaviorMultiExpression(QueryBuilder &$Builder, $View, $Field, $Value, $Parameter, &$ParameterList, $Behavior)
Method chooseBehavior
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function chooseBehavior(QueryBuilder &$Builder, $View, $Field, $Value, $Parameter, &$ParameterList, $Behavior)
Method saveCreateAddressToCompanyModal
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function saveCreateAddressToCompanyModal($CompanyId, $Street, $City, $State, $Type, $County, $Nation)
Method getSubjectLanes
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$personId,
$isSlice = true,
$languagesWithStartLevel = array(),
$TextSize = '14px',
$IsGradeUnderlined = false,
Method buildContentPage
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$personId,
$isSample,
$title = 'Halbjahresinformation der Schule (Sekundarstufe)',
$term,
Slice $gradeLanesSlice,
Method createWorkSpace
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblAccount $tblAccount,
$Field,
$View,
$Position,
$ViewType,
Method createIndiwareImportStudentCourse
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$SubjectGroup = '',
$SubjectName = '',
$Number,
$IsIntensiveCourse = false,
$IsIgnoreCourse = false,
Method createAddressToPersonFromImport
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPerson $tblPerson,
$StreetName,
$StreetNumber,
$CityCode,
$CityName,
Method changeBasketVerificationDebtor
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblBasketVerification $tblBasketVerification,
TblPerson $tblPersonDebtor,
TblPaymentType $tblPaymentType,
$Value = '0',
TblItemVariant $tblItemVariant = null,
Method updateBasketVerificationDebtor
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblBasketVerification $tblBasketVerification,
TblPerson $tblPersonDebtor,
TblPaymentType $tblPaymentType,
$Value = '0',
TblItemVariant $tblItemVariant = null,
Method setTableStudent
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Schema &$Schema,
Table $tblStudentMedicalRecord,
Table $tblStudentTransport,
Table $tblStudentBilling,
Table $tblStudentLocker,
Method updateStudentField
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblStudent $tblStudent,
TblStudentMedicalRecord $tblStudentMedicalRecord = null,
TblStudentTransport $tblStudentTransport = null,
TblStudentBilling $tblStudentBilling = null,
TblStudentLocker $tblStudentLocker = null,
Method formRelationshipToPerson
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$PersonId,
$ToPersonId = null,
$setPost = false,
$Search = '',
IMessageInterface $message = null,
Method updateTest
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblTest $tblTest,
$Description = '',
$Date = null,
$CorrectionDate = null,
$ReturnDate = null,
Method isEditGrade
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function isEditGrade(TblGrade $tblGrade, $Comment, $grade, $trend, $date, $text, $publicComment)
Method updateGradeToTest
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface $Stage = null,
$TestId = null,
$Grade = null,
$BasicRoute,
TblScoreType $tblScoreType = null,