DerDu/SPHERE-Framework

View on GitHub

Showing 5,014 of 7,620 total issues

Method getSubjectLanesCoswig has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $personId,
        $isSlice = true,
        $languagesWithStartLevel = array(),
        $TextSize = '14px',
        $IsGradeUnderlined = false
Severity: Minor
Found in Application/Api/Education/Certificate/Generator/Certificate.php - About 35 mins to fix

    Method setColumnElement has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            Section $section,
            $name,
            $textSize,
            $isBorderBottom = false,
            $isBorderRight = false

      Method setColumnElement has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              Section $section,
              $name,
              $textSize,
              $isBorderBottom = false,
              $isBorderRight = false

        Method buildDummyFile has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            private static function buildDummyFile($DocumentClass, $Data = array(), $pageList = array(),
                $paperOrientation = Creator::PAPERORIENTATION_PORTRAIT, $isDestruction = true)
        Severity: Minor
        Found in Application/Api/Document/Creator.php - About 35 mins to fix

          Method setColumnElement has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  Section $section,
                  $name,
                  $textSize,
                  $isBorderBottom = false,
                  $isBorderRight = false

            Method setRow has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                private static function setRow(&$sliceList, $identifier, $name, $part, $paddingLeft = '50px')
            Severity: Minor
            Found in Application/Api/Document/Standard/Repository/KamenzReport/E01.php - About 35 mins to fix

              Method getAddressSlice has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      $CompanyName,
                      $CompanyExtendedName,
                      $CompanyAddress,
                      TblPerson $tblPersonDebtor,
                      $TextSize = '8px'
              Severity: Minor
              Found in Application/Api/Document/Standard/Repository/Billing/Billing.php - About 35 mins to fix

                Method getAddressSlice has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        $CompanyName,
                        $CompanyExtendedName,
                        $CompanyAddress,
                        TblPerson $tblPersonDebtor,
                        $TextSize = '8px'
                Severity: Minor
                Found in Application/Api/Document/Standard/Repository/Billing/DocumentWarning.php - About 35 mins to fix

                  Method setHeaderTest has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      private function setHeaderTest(Section $section, $text, $width, $isBold = false, $hasBorderRight = false)
                  Severity: Minor
                  Found in Application/Api/Document/Standard/Repository/Gradebook/Gradebook.php - About 35 mins to fix

                    Method setContent has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            TblDivision $tblDivision,
                            TblSubject $tblSubject,
                            TblSubjectGroup $tblSubjectGroup = null,
                            TblPeriod $tblPeriod,
                            $isLastPeriod = false
                    Severity: Minor
                    Found in Application/Api/Document/Standard/Repository/Gradebook/Gradebook.php - About 35 mins to fix

                      Method getFormField has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                      Severity: Minor
                      Found in Application/Reporting/Individual/Service/Entity/ViewGroupCustody.php - About 35 mins to fix

                        Method getFormField has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                        Severity: Minor
                        Found in Application/Reporting/Individual/Service/Entity/ViewStudentCustody.php - About 35 mins to fix

                          Method createMetaDataComparisonExcel has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function createMetaDataComparisonExcel($Person = null, $Year = null, $Division = null, $Option = null, $PersonGroup = null)
                          Severity: Minor
                          Found in Application/Reporting/Standard/Person/Service.php - About 35 mins to fix

                            Method frontendMetaDataComparison has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function frontendMetaDataComparison($Person = null, $Year = null, $Division = null, $Option = null, $PersonGroup = null) {
                            Severity: Minor
                            Found in Application/Reporting/Standard/Person/Frontend.php - About 35 mins to fix

                              Method getFormField has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                              Severity: Minor
                              Found in Application/Reporting/Individual/Service/Entity/ViewGroupClub.php - About 35 mins to fix

                                Method getFormField has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )

                                  Method getFormField has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                                  Severity: Minor
                                  Found in Application/Reporting/Individual/Service/Entity/ViewProspectCustody.php - About 35 mins to fix

                                    Method getFormField has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                                    Severity: Minor
                                    Found in Application/Reporting/Individual/Service/Entity/ViewGroupProspect.php - About 35 mins to fix

                                      Method createFilterField has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                              TblSerialLetter $tblSerialLetter,
                                              TblFilterCategory $tblFilterCategory,
                                              $FilterField,
                                              $FilterValue,
                                              $FilterNumber
                                      Severity: Minor
                                      Found in Application/Reporting/SerialLetter/Service/Data.php - About 35 mins to fix

                                        Method createPresetSetting has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            public function createPresetSetting(TblPreset $tblPreset, $Field, $View, $ViewType, $Position)
                                        Severity: Minor
                                        Found in Application/Reporting/Individual/Service/Data.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language