symphonycms/symphony-2

View on GitHub

Showing 714 of 844 total issues

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

    public static function Label($name = null, XMLElement $child = null, $class = null, $id = null, array $attributes = null)
Severity: Minor
Found in symphony/lib/toolkit/class.widget.php - About 35 mins to fix

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

        public function __construct($success, PDOStatement $stm, DatabaseQuery $query, array $page = [], array $schema = [])
    Severity: Minor
    Found in symphony/lib/toolkit/class.entryqueryresult.php - About 35 mins to fix

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

          public static function Form($action = null, $method = 'post', $class = null, $id = null, array $attributes = null)
      Severity: Minor
      Found in symphony/lib/toolkit/class.widget.php - About 35 mins to fix

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

            public static function Checkbox($name, $value, $description = null, XMLElement &$wrapper = null, $help = null)
        Severity: Minor
        Found in symphony/lib/toolkit/class.widget.php - About 35 mins to fix

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

              public static function TableData($value, $class = null, $id = null, $colspan = null, Array $attributes = null)
          Severity: Minor
          Found in symphony/lib/toolkit/class.widget.php - About 35 mins to fix

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

                public static function Textarea($name, $rows = 15, $cols = 50, $value = null, array $attributes = null)
            Severity: Minor
            Found in symphony/lib/toolkit/class.widget.php - About 35 mins to fix

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

                  public static function TableRow(array $cells, $class = null, $id = null, $rowspan = null, Array $attributes = null)
              Severity: Minor
              Found in symphony/lib/toolkit/class.widget.php - About 35 mins to fix

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

                    public function __error($number, $message, $file = null, $line = null, $type = null)
                Severity: Minor
                Found in symphony/lib/toolkit/class.xsltprocess.php - About 35 mins to fix

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

                      public static function createXMLDateObject($timestamp, $element = 'date', $date_format = 'Y-m-d', $time_format = 'H:i', $namespace = null)
                  Severity: Minor
                  Found in symphony/lib/toolkit/class.general.php - About 35 mins to fix

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

                        public static function validateXML($data, &$errors, $isFile = true, $xsltProcessor = null, $encoding = 'UTF-8')
                    Severity: Minor
                    Found in symphony/lib/toolkit/class.general.php - About 35 mins to fix

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

                          public static function writeFile($file, $data, $perm = 0644, $mode = 'w', $trim = false)
                      Severity: Minor
                      Found in symphony/lib/toolkit/class.general.php - About 35 mins to fix

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

                            public function prepare(XSLTPage $page, array $pagedata, $xml, array $param, $output)
                        Severity: Minor
                        Found in symphony/lib/toolkit/class.devkit.php - About 35 mins to fix

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

                              public static function createHandle($string, $max_length = 255, $delim = '-', $uriencode = false, $additional_rule_set = null)
                          Severity: Minor
                          Found in symphony/lib/toolkit/class.general.php - About 35 mins to fix

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

                                public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
                            Severity: Minor
                            Found in symphony/lib/toolkit/fields/field.checkbox.php - About 35 mins to fix

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

                                  public function appendFormattedElement(XMLElement &$wrapper, $data, $encode = false, $mode = null, $entry_id = null)
                              Severity: Minor
                              Found in symphony/lib/toolkit/fields/field.taglist.php - About 35 mins to fix

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

                                    public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
                                Severity: Minor
                                Found in symphony/lib/toolkit/fields/field.date.php - About 35 mins to fix

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

                                      public function appendFormattedElement(XMLElement &$wrapper, $data, $encode = false, $mode = null, $entry_id = null)
                                  Severity: Minor
                                  Found in symphony/lib/toolkit/fields/field.author.php - About 35 mins to fix

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

                                        public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
                                    Severity: Minor
                                    Found in symphony/lib/toolkit/fields/field.select.php - About 35 mins to fix

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

                                          public function appendFormattedElement(XMLElement &$wrapper, $data, $encode = false, $mode = null, $entry_id = null)
                                      Severity: Minor
                                      Found in symphony/lib/toolkit/fields/field.date.php - About 35 mins to fix

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

                                            public function appendFormattedElement(XMLElement &$wrapper, $data, $encode = false, $mode = null, $entry_id = null)
                                        Severity: Minor
                                        Found in symphony/lib/toolkit/fields/field.upload.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language