Showing 3,246 of 4,217 total issues

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

    public function _number_api($float = 0, $decimals = null, $decimal_point = null, $thousands_separator = '', $decimal_point_force = null)
Severity: Minor
Found in plugins/payment/classes/yf_payment_api.class.php - About 35 mins to fix

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

        public function _number_float($float = 0, $decimals = null, $decimal_point = null, $thousands_separator = '', $decimal_point_force = null)
    Severity: Minor
    Found in plugins/payment/classes/yf_payment_api.class.php - About 35 mins to fix

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

          public function _number_mysql($float = 0, $decimals = null, $decimal_point = null, $thousands_separator = '', $decimal_point_force = null)
      Severity: Minor
      Found in plugins/payment/classes/yf_payment_api.class.php - About 35 mins to fix

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

            public function _number_format($float = 0, $decimals = null, $decimal_point = null, $thousands_separator = null, $decimal_point_force = null)
        Severity: Minor
        Found in plugins/payment/classes/yf_payment_api.class.php - About 35 mins to fix

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

              public function belongs_to_many($related, $pivot_table = null, $foreign_key = null, $other_key = null, $relation = null)
          Severity: Minor
          Found in plugins/sys/classes/yf_model.class.php - About 35 mins to fix

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

                public function __construct($key_public, $key_private, $key_private_test, $hash_method = 'md5', $test_mode)
            Severity: Minor
            Found in plugins/payment/classes/payment_provider/interkassa/Interkassa.php - About 35 mins to fix

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

                  public function decrypt_file($source_path, $decrypted_path, $secret = null, $cipher = null, $iv)
              Severity: Minor
              Found in plugins/sys/classes/yf_encryption.class.php - About 35 mins to fix

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

                    public function has_many_through($related, $through_model, $foreign_key = null, $local_key = null, $relation = null)
                Severity: Minor
                Found in plugins/sys/classes/yf_model.class.php - About 35 mins to fix

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

                      public function admin_info($name = '', $desc = '', $extra = [], $replace = [], $form)
                  Severity: Minor
                  Found in plugins/form2/classes/form2/yf_form2_info.class.php - About 35 mins to fix

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

                        public function city_box($name = '', $desc = '', $extra = [], $replace = [], $form)
                    Severity: Minor
                    Found in plugins/form2/classes/form2/yf_form2_boxes.class.php - About 35 mins to fix

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

                          public function user_info($name = '', $desc = '', $extra = [], $replace = [], $form)
                      Severity: Minor
                      Found in plugins/form2/classes/form2/yf_form2_info.class.php - About 35 mins to fix

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

                            public function tbl_link($name, $link, $extra = [], $replace = [], $form)
                        Severity: Minor
                        Found in plugins/form2/classes/form2/yf_form2_tbl_funcs.class.php - About 35 mins to fix

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

                              public function location_select_box($name = '', $desc = '', $extra = [], $replace = [], $form)
                          Severity: Minor
                          Found in plugins/form2/classes/form2/yf_form2_boxes.class.php - About 35 mins to fix

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

                                public function datetime_select($name = '', $desc = '', $extra = [], $replace = [], $form)
                            Severity: Minor
                            Found in plugins/form2/classes/form2/yf_form2_datetime.class.php - About 35 mins to fix

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

                                  public function tbl_link_edit($name = '', $link = '', $extra = [], $replace = [], $form)
                              Severity: Minor
                              Found in plugins/form2/classes/form2/yf_form2_tbl_funcs.class.php - About 35 mins to fix

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

                                    public function tbl_link_active($name = '', $link = '', $extra = [], $replace = [], $form)
                                Severity: Minor
                                Found in plugins/form2/classes/form2/yf_form2_tbl_funcs.class.php - About 35 mins to fix

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

                                      public function tbl_link_add($name = '', $link = '', $extra = [], $replace = [], $form)
                                  Severity: Minor
                                  Found in plugins/form2/classes/form2/yf_form2_tbl_funcs.class.php - About 35 mins to fix

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

                                        public function tbl_link_clone($name = '', $link = '', $extra = [], $replace = [], $form)
                                    Severity: Minor
                                    Found in plugins/form2/classes/form2/yf_form2_tbl_funcs.class.php - About 35 mins to fix

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

                                          public function call_custom_pattern($crc32_or_name, $args = '', $body = null, $replace = [], $stpl_name = '')
                                      Severity: Minor
                                      Found in plugins/tpl/classes/tpl/yf_tpl_driver_yf.class.php - About 35 mins to fix

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

                                            public function currency_box($name = '', $desc = '', $extra = [], $replace = [], $form)
                                        Severity: Minor
                                        Found in plugins/form2/classes/form2/yf_form2_boxes.class.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language